Squid Web Cache master
Loading...
Searching...
No Matches
Parser.cc File Reference
#include "squid.h"
#include "base/CharacterSet.h"
#include "debug/Stream.h"
#include "http/one/Parser.h"
#include "mime_header.h"
#include "parser/Tokenizer.h"
#include "SquidConfig.h"
Include dependency graph for Parser.cc:

Go to the source code of this file.

Namespaces

namespace  Http
 
namespace  Http::One
 common part of ParseBws() and ParseStrctBws()
 

Macros

#define GET_HDR_SZ   1024
 

Functions

static const CharacterSetRelaxedDelimiterCharacters ()
 characters HTTP permits tolerant parsers to accept as delimiters
 
static const CharacterSetLineCharacters ()
 all characters except the LF line terminator
 
static void Http::One::ParseBws_ (Parser::Tokenizer &tok, const CharacterSet &bwsChars)
 

Macro Definition Documentation

◆ GET_HDR_SZ

#define GET_HDR_SZ   1024

Definition at line 208 of file Parser.cc.

Function Documentation

◆ LineCharacters()

static const CharacterSet & LineCharacters ( )
static

◆ RelaxedDelimiterCharacters()

static const CharacterSet & RelaxedDelimiterCharacters ( )
static