|
Operator
C++ library for plugging into matrix.org
|
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_t > | headers_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) |
Common HTTP definitions.
1.8.13