join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
httpclient.hpp File Reference
#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>
Include dependency graph for httpclient.hpp:
This graph shows which files directly or indirectly include this file:

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.