UriParser.peek

char peek() const @nogc nothrow @safe

Return the current character at the parser cursor.

Notes: Callers must ensure !eof() before calling.

Returns

The current character.