Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
Group_http

Classes

struct  SC::HttpRequest
 Incoming message from the perspective of the participants of an HTTP transaction. More...
 
struct  SC::HttpResponse
 Outgoing message from the perspective of the participants of an HTTP transaction. More...
 
struct  SC::HttpConnection
 Http connection abstraction holding both the incoming and outgoing messages in an HTTP transaction. More...
 
struct  SC::SpanWithStride< Type >
 View over a contiguous sequence of items with a custom stride between elements. More...
 
struct  SC::HttpConnectionsPool
 A pool of HttpConnection that can be active or inactive. More...
 
struct  SC::HttpParser
 Incremental HTTP request or response parser. More...
 
struct  SC::HttpURLParser
 Parse an URL splitting it into its base components. More...
 

Detailed Description