dodo  0.0.1
A C++ library to create containerized Linux services
httpmessage.hpp File Reference
#include <common/bytes.hpp>
#include <network/protocol/http/httpfragment.hpp>
#include <string>
Include dependency graph for httpmessage.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  dodo::network::protocol::http::HTTPMessage
 Generic HTTPMessage, parent to HTTPRequest and HTTPResponse. 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.
 

Detailed Description

Defines the dodo::network::protocol::http::HTTPMessage class.

Definition in file httpmessage.hpp.