boost::http_proto::tchars
The set of token characters
Synopsis
constexpr
grammar::lut_chars const tchars = "!#$%&'*+‐.ˆ_`|˜"
"0123456789"
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz";
Description
tchar = "!" / "#" / "$" / "%" / "&" / "'" / "*"
/ "+" / "-" / "." / "^" / "_" / "`" / "|" / "~"
/ DIGIT / ALPHA
; any VCHAR, except delimiters
VCHAR = 0x21-0x7E
Created with MrDocs