HTTP module
Parser::MessageScratch
MessageScratch
#include <icy/http/parser.h>struct MessageScratchDefined in src/http/include/icy/http/parser.h:138
List of all members
| Name | Kind | Owner |
|---|---|---|
version | variable | Declared here |
method | variable | Declared here |
uri | variable | Declared here |
reason | variable | Declared here |
status | variable | Declared here |
headers | variable | Declared here |
reset | function | Declared here |
Public Attributes
| Return | Name | Description |
|---|---|---|
std::string | version | |
std::string | method | |
std::string | uri | |
std::string | reason | |
http::StatusCode | status | |
std::vector< std::pair< std::string, std::string > > | headers |
version
std::string versionDefined in src/http/include/icy/http/parser.h:140
method
std::string methodDefined in src/http/include/icy/http/parser.h:141
uri
std::string uriDefined in src/http/include/icy/http/parser.h:142
reason
std::string reasonDefined 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 > > headersDefined in src/http/include/icy/http/parser.h:145
Public Methods
| Return | Name | Description |
|---|---|---|
void | reset inline |
reset
inline
inline void reset()