![]() |
Project
|
Inherits o2::framework::HTTPParser.
Public Member Functions | |
void | replyMessage (std::string_view const &s) override |
void | replyCode (std::string_view const &s) override |
void | replyVersion (std::string_view const &s) override |
void | header (std::string_view const &k, std::string_view const &v) override |
void | body (char *buf, size_t s) override |
![]() | |
virtual void | method (std::string_view const &s) |
virtual void | target (std::string_view const &s) |
virtual void | version (std::string_view const &s) |
virtual void | endHeaders () |
Public Attributes | |
std::string | mReplyVersion |
std::string | mReplyCode |
std::string | mReplyMessage |
std::string | mBody |
std::map< std::string, std::string > | mHeaders |
![]() | |
std::string | remaining |
std::string | error |
std::vector< HTTPState > | states |
Definition at line 50 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 76 of file test_HTTPParser.cxx.
|
inlineoverridevirtual |
Reimplemented from o2::framework::HTTPParser.
Definition at line 72 of file test_HTTPParser.cxx.
|
inlineoverridevirtual |
Reimplemented from o2::framework::HTTPParser.
Definition at line 63 of file test_HTTPParser.cxx.
|
inlineoverridevirtual |
Reimplemented from o2::framework::HTTPParser.
Definition at line 59 of file test_HTTPParser.cxx.
|
inlineoverridevirtual |
Reimplemented from o2::framework::HTTPParser.
Definition at line 67 of file test_HTTPParser.cxx.
std::string DPLClientParser::mBody |
Definition at line 56 of file test_HTTPParser.cxx.
std::map<std::string, std::string> DPLClientParser::mHeaders |
Definition at line 57 of file test_HTTPParser.cxx.
std::string DPLClientParser::mReplyCode |
Definition at line 54 of file test_HTTPParser.cxx.
std::string DPLClientParser::mReplyMessage |
Definition at line 55 of file test_HTTPParser.cxx.
std::string DPLClientParser::mReplyVersion |
Definition at line 53 of file test_HTTPParser.cxx.