|
join 1.0
lightweight network framework library
|
#include <join/version.hpp>#include <join/zstream.hpp>#include <join/resolver.hpp>#include <join/chunkstream.hpp>#include <join/httpmessage.hpp>#include <join/socketstream.hpp>#include <chrono>

Go to the source code of this file.
Classes | |
| class | join::BasicHttpClient< Protocol > |
| basic HTTP client. More... | |
| class | join::BasicHttpSecureClient< Protocol > |
| basic HTTPS client. More... | |
Namespaces | |
| namespace | join |
Functions | |
| template<class Protocol > | |
| constexpr BasicHttpClient< Protocol > & | join::operator<< (BasicHttpClient< Protocol > &out, HttpRequest &request) |
| write HTTP request to the HTTP stream. | |
| template<class Protocol > | |
| constexpr BasicHttpClient< Protocol > & | join::operator>> (BasicHttpClient< Protocol > &in, HttpResponse &response) |
| read HTTP response from the HTTP stream. | |
| template<class Protocol > | |
| constexpr BasicHttpSecureClient< Protocol > & | join::operator<< (BasicHttpSecureClient< Protocol > &out, HttpRequest &request) |
| write request to the HTTPS stream. | |
| template<class Protocol > | |
| constexpr BasicHttpSecureClient< Protocol > & | join::operator>> (BasicHttpSecureClient< Protocol > &in, HttpResponse &response) |
| read response from the HTTPS stream. | |