dodo  0.0.1
A C++ library to create containerized Linux services
dodo::network::protocol::http Namespace Reference

The HTTP 1.1 protocol. More...

Data Structures

class  HTTPFragment
 Generic HTTP fragment, either a complete (such as HTTPRequest) or incomplete HTTP fragment (ssuch as a HTTPRequest::HTTPRequestLine) . More...
 
class  HTTPMessage
 Generic HTTPMessage, parent to HTTPRequest and HTTPResponse. More...
 
class  HTTPRequest
 HTTPRequest class represents a HTTP request. More...
 
class  HTTPResponse
 HTTPResponse class. More...
 
class  HTTPVersion
 HHTP version comprising a major and minor number, convertable from and to string as in HTTP requests. More...
 

Detailed Description

The HTTP 1.1 protocol.