dodo  0.0.1
A C++ library to create containerized Linux services
httpfragment.cpp File Reference
#include <common/exception.hpp>
#include <common/puts.hpp>
#include <network/protocol/http/httpfragment.hpp>
#include <algorithm>
#include <sstream>
#include <iostream>
#include <common/util.hpp>
Include dependency graph for httpfragment.cpp:

Go to the source code of this file.

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

Implements the dodo::network::HTTPFragment class.

Definition in file httpfragment.cpp.