Uri_parsing.Value_parserSourceThis module contains primitive parsers. Not useful on their own, but when combined with the parsers in the Parser module they become useful.
A 'a Value_parser.t will parse string -> 'a and unparse 'a -> string
base64_encoded will decode the URL component before parsing, and encode the URL component after unparsing.
Turns a parser of type 'a to a parser of type 'b.
Properties:
fallback parser value parses into value every time that parser fails.