Operator
C++ library for plugging into matrix.org
All Classes Namespaces Files Functions Typedefs Pages
Classes | Typedefs | Functions
Operator::HTTP Namespace Reference

Common HTTP definitions. More...

Classes

class  Adapter
 HTTP adapter interface. More...
 
struct  url_encode
 

Typedefs

typedef std::pair< std::string, std::string > header_t
 HTTP header.
 
typedef std::vector< header_theaders_t
 list of HTTP headers.
 
typedef std::function< void(std::unique_ptr< Error::Error >, short code, const headers_t &, std::unique_ptr< std::istream > body)> httpcallback_t
 HTTP callback type.
 

Functions

std::ostream & operator<< (std::ostream &os, const url_encode &ue)
 

Detailed Description

Common HTTP definitions.