import public Text.ILexbyte_percent : Bits8byte_equals : Bits8byte_questionmark : Bits8byte_ampersand : Bits8hex : Bits8 -> Bits8escape : Bits8 -> ByteStringuriEscape : (Bits8 -> Bool) -> ByteString -> ByteStringURI-escapes all bytes for which the given predicate does
not return `True`.
An escaped byte is represented as two hexadecimal digits prefixed by
a "percent" character ('%').
uriUnescape : ByteString -> ByteStringConverts all escape sequences (see `uriEscape`) in a byte string
to the corresponding bytes.
Note: This is an internal function and should only be invoked
with correctly escaped byte strings.
OCTETT : Set8ALPHA : Set32BIT : Set32DIGIT : Set32HEXDIG : Set32CHAR : Set32CTL : Set32VCHAR : Set32tokenChar : Set32CR : RExp TrueLF : RExp TrueCRLF : RExp TrueDQUOTE : RExp TrueHTAB : RExp TrueSP : RExp TrueWSP : RExp TrueOWS : RExp FalseOptional whitespace
BWS : RExp FalsepctEncoded : RExp True