Project
Loading...
Searching...
No Matches
DPLParser Class Reference

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
 
- Public Member Functions inherited from o2::framework::HTTPParser
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
 
- Public Attributes inherited from o2::framework::HTTPParser
std::string remaining
 
std::string error
 
std::vector< HTTPStatestates
 

Detailed Description

Definition at line 19 of file test_HTTPParser.cxx.

Member Function Documentation

◆ body()

void DPLParser::body ( char data,
size_t  s 
)
inlineoverridevirtual

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.

◆ header()

void DPLParser::header ( std::string_view const &  k,
std::string_view const &  v 
)
inlineoverridevirtual

Reimplemented from o2::framework::HTTPParser.

Definition at line 40 of file test_HTTPParser.cxx.

◆ method()

void DPLParser::method ( std::string_view const &  m)
inlineoverridevirtual

Reimplemented from o2::framework::HTTPParser.

Definition at line 27 of file test_HTTPParser.cxx.

◆ target()

void DPLParser::target ( std::string_view const &  p)
inlineoverridevirtual

Reimplemented from o2::framework::HTTPParser.

Definition at line 31 of file test_HTTPParser.cxx.

◆ version()

void DPLParser::version ( std::string_view const &  v)
inlineoverridevirtual

Reimplemented from o2::framework::HTTPParser.

Definition at line 36 of file test_HTTPParser.cxx.

Member Data Documentation

◆ mBody

std::string DPLParser::mBody

Definition at line 25 of file test_HTTPParser.cxx.

◆ mHeaders

std::map<std::string, std::string> DPLParser::mHeaders

Definition at line 26 of file test_HTTPParser.cxx.

◆ mMethod

std::string DPLParser::mMethod

Definition at line 22 of file test_HTTPParser.cxx.

◆ mPath

std::string DPLParser::mPath

Definition at line 23 of file test_HTTPParser.cxx.

◆ mVersion

std::string DPLParser::mVersion

Definition at line 24 of file test_HTTPParser.cxx.


The documentation for this class was generated from the following file: