QueryParams.cc
Go to the documentation of this file.
114 static const CharacterSet nameChars = CharacterSet("param-name", "_") + CharacterSet::ALPHA + CharacterSet::DIGIT;
static Mgr::QueryParam::Pointer ParseParamValue(const SBuf &rawValue)
Definition: QueryParams.cc:81
#define TexcHere(msg)
legacy convenience macro; it is not difficult to type Here() now
Definition: TextException.h:63
optimized set of C chars, with quick membership test and merge support
Definition: CharacterSet.h:18
CharacterSet complement(const char *complementLabel=nullptr) const
Definition: CharacterSet.cc:74
struct msghdr with a known type, fixed-size I/O and control buffers
Definition: TypedMsgHdr.h:35
Definition: IntParam.h:23
Definition: QueryParams.h:26
QueryParam::Pointer get(const String &name) const
returns query parameter by name
Definition: QueryParams.cc:23
static QueryParam::Pointer CreateParam(QueryParam::Type aType)
creates a parameter of the specified type
Definition: QueryParams.cc:145
Params::const_iterator find(const String &name) const
find query parameter by name
Definition: QueryParams.cc:61
static void Parse(Parser::Tokenizer &, QueryParams &)
parses the query string parameters
Definition: QueryParams.cc:112
Definition: StringParam.h:23
Definition: Tokenizer.h:30
Definition: RefCount.h:28
Definition: SquidString.h:26
Definition: parse.c:160