![]() |
Project
|
Inherits o2::framework::HTTPParser.
Public Member Functions | |
void | method (std::string_view const &m) override |
void | target (std::string_view const &p) override |
void | version (std::string_view const &v) override |
void | header (std::string_view const &k, std::string_view const &v) override |
void | body (char *buf, size_t s) override |
![]() | |
virtual void | endHeaders () |
virtual void | replyVersion (std::string_view const &s) |
virtual void | replyCode (std::string_view const &s) |
virtual void | replyMessage (std::string_view const &s) |
Public Attributes | |
std::string | mMethod |
std::string | mPath |
std::string | mVersion |
std::string | mBody |
std::map< std::string, std::string > | mHeaders |
![]() | |
std::string | remaining |
std::string | error |
std::vector< HTTPState > | states |
Definition at line 19 of file test_HTTPParser.cxx.
Invoked whenever we are parsing data. In order to allow for xoring (as required by the websocket standard) in place, we pass it as a mutable pointer.
Reimplemented from o2::framework::HTTPParser.
Definition at line 44 of file test_HTTPParser.cxx.
|
inlineoverridevirtual |
Reimplemented from o2::framework::HTTPParser.
Definition at line 40 of file test_HTTPParser.cxx.
|
inlineoverridevirtual |
Reimplemented from o2::framework::HTTPParser.
Definition at line 27 of file test_HTTPParser.cxx.
|
inlineoverridevirtual |
Reimplemented from o2::framework::HTTPParser.
Definition at line 31 of file test_HTTPParser.cxx.
|
inlineoverridevirtual |
Reimplemented from o2::framework::HTTPParser.
Definition at line 36 of file test_HTTPParser.cxx.
std::string DPLParser::mBody |
Definition at line 25 of file test_HTTPParser.cxx.
std::map<std::string, std::string> DPLParser::mHeaders |
Definition at line 26 of file test_HTTPParser.cxx.
std::string DPLParser::mMethod |
Definition at line 22 of file test_HTTPParser.cxx.
std::string DPLParser::mPath |
Definition at line 23 of file test_HTTPParser.cxx.
std::string DPLParser::mVersion |
Definition at line 24 of file test_HTTPParser.cxx.