Home
HTTP module

Parser::MessageScratch

MessageScratch

#include <icy/http/parser.h>
struct MessageScratch

Defined in src/http/include/icy/http/parser.h:138

List of all members

NameKindOwner
versionvariableDeclared here
methodvariableDeclared here
urivariableDeclared here
reasonvariableDeclared here
statusvariableDeclared here
headersvariableDeclared here
resetfunctionDeclared here

Public Attributes

ReturnNameDescription
std::stringversion
std::stringmethod
std::stringuri
std::stringreason
http::StatusCodestatus
std::vector< std::pair< std::string, std::string > >headers

version

std::string version

Defined in src/http/include/icy/http/parser.h:140


method

std::string method

Defined in src/http/include/icy/http/parser.h:141


uri

std::string uri

Defined in src/http/include/icy/http/parser.h:142


reason

std::string reason

Defined in src/http/include/icy/http/parser.h:143


status

http::StatusCode status = 

Defined in src/http/include/icy/http/parser.h:144


headers

std::vector< std::pair< std::string, std::string > > headers

Defined in src/http/include/icy/http/parser.h:145

Public Methods

ReturnNameDescription
voidreset inline

reset

inline

inline void reset()

Defined in src/http/include/icy/http/parser.h:147