PercentDecode¶
Decode all percent-encoded sequences in the input.
Does NOT decode + as space — that convention belongs to
application/x-www-form-urlencoded (handled by ParseQueryParameters),
not RFC 3986 percent-encoding.
Constructors¶
create¶
Returns¶
- PercentDecode val^
Public Functions¶
apply¶
Parameters¶
- input: String val
Returns¶
- (String val | InvalidPercentEncoding val)
eq¶
Parameters¶
- that: PercentDecode val
Returns¶
- Bool val
ne¶
Parameters¶
- that: PercentDecode val
Returns¶
- Bool val