Shared

Base64

Encode and decode utility for binary-safe string transport. Used internally by Stream and Codec. Available as a standalone utility if you need to shuttle binary data through a route response.

Import local Base64 = RoExpress.Base64

See also

Codec | LZ77/LZH compression (uses Base64 internally)  ·  Stream | typed binary channels  ·  App | response encoding