UriParser.peek
char peek() const @nogc nothrow @safeReturn the current character at the parser cursor.
Notes: Callers must ensure !eof() before calling.
Returns
The current character.
char peek() const @nogc nothrow @safeReturn the current character at the parser cursor.
Notes: Callers must ensure !eof() before calling.