RequestParser.cc File Reference
#include "squid.h"
#include "debug/Stream.h"
#include "http/one/RequestParser.h"
#include "http/ProtocolVersion.h"
#include "parser/Tokenizer.h"
#include "SquidConfig.h"
Include dependency graph for RequestParser.cc:
Go to the source code of this file.
Functions | |
static const CharacterSet & | UriValidCharacters () |
the characters which truly are valid within URI More... | |
Function Documentation
◆ UriValidCharacters()
|
static |
Definition at line 87 of file RequestParser.cc.
References CharacterSet::ALPHA, CharacterSet::DIGIT, and CharacterSet::HEXDIG.
Referenced by Http::One::RequestParser::RequestTargetCharacters().