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

 Http
 
 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 More...
 
static const CharacterSetLineCharacters ()
 all characters except the LF line terminator More...
 
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

 

Introduction

Documentation

Support

Miscellaneous