URI parameters lexer.
Can be used to tokenize e.g.:
application/x-ww-form-urlencoded
Parameter values emitted as inset starting with UC_TOKEN_INSET_URI_PARAM token.
Constructs URI parameters lexer.
Emitter function called each time a token is found.
Parameters splitter character.
Either '&' (by default), or ';'.
'&'
';'
Flushes the input emitting all pending tokens.
Scans the input chunk for tokens.
chunk
Chunk of input to scan.
Generated using TypeDoc
URI parameters lexer.
Can be used to tokenize e.g.:
application/x-ww-form-urlencoded
message body.Parameter values emitted as inset starting with UC_TOKEN_INSET_URI_PARAM token.