Parser.h File Reference
#include "anyp/ProtocolVersion.h"
#include "http/one/forward.h"
#include "http/StatusCode.h"
#include "parser/forward.h"
#include "sbuf/SBuf.h"
Include dependency graph for Parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Http::One::Parser
 

Namespaces

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

Enumerations

enum  Http::One::ParseState {
  Http::One::HTTP_PARSE_NONE,
  Http::One::HTTP_PARSE_FIRST,
  Http::One::HTTP_PARSE_CHUNK_SZ,
  Http::One::HTTP_PARSE_CHUNK_EXT,
  Http::One::HTTP_PARSE_CHUNK,
  Http::One::HTTP_PARSE_MIME,
  Http::One::HTTP_PARSE_DONE
}
 

Functions

void Http::One::ParseBws (Parser::Tokenizer &)
 
void Http::One::ParseStrictBws (Parser::Tokenizer &)
 
int Http::One::ErrorLevel ()
 the right debugs() level for logging HTTP violation messages More...
 

 

Introduction

Documentation

Support

Miscellaneous