|
dodo
0.0.1
A C++ library to create containerized Linux services
|
#include <network/protocol/http/httpmessage.hpp>#include <network/protocol/http/httpversion.hpp>#include <string>

Go to the source code of this file.
Data Structures | |
| class | dodo::network::protocol::http::HTTPRequest |
| HTTPRequest class represents a HTTP request. More... | |
| class | dodo::network::protocol::http::HTTPRequest::HTTPRequestLine |
| HTTPRequestLine class. More... | |
Namespaces | |
| dodo | |
| A C++ platform interface to lean Linux services tailored for containerized deployment. | |
| dodo::network | |
| Interface for network communication. | |
| dodo::network::protocol | |
| Application layer protocols. | |
| dodo::network::protocol::http | |
| The HTTP 1.1 protocol. | |
Defines the dodo::network::protocol::http::HTTPRequest class.
Definition in file httprequest.hpp.