|
Squid Web Cache master
|
#include "squid.h"#include "debug/Stream.h"#include "http/one/RequestParser.h"#include "http/ProtocolVersion.h"#include "parser/Tokenizer.h"#include "SquidConfig.h"Go to the source code of this file.
Functions | |
| static const CharacterSet & | UriValidCharacters () |
| the characters which truly are valid within URI | |
|
static |
Definition at line 87 of file RequestParser.cc.
References CharacterSet::HEXDIG, and CharacterSet::RFC3986_UNRESERVED().
Referenced by Http::One::RequestParser::RequestTargetCharacters().