Kxclib.Url_encoding
encode / decode a string according to the RFC 3986 Section 2.1 URI Generic Syntax - Percent-Encoding syntax
Takes an input bytes
, and writes the encoded string to Buffer.t
.
Takes an input string
, and writes the decoded bytes to Buffer.t
.
Takes an input bytes
, and returns the encoded string
.
Takes an input string
, and returns the decoded bytes
.