Bredbandskollen CLI  1.2
Asynchronous network task engine
Public Member Functions | Public Attributes | List of all members
HttpHost Class Reference

The host name and port number of a HTTP host. More...

#include <httphost.h>

Collaboration diagram for HttpHost:
Collaboration graph
[legend]

Public Member Functions

 HttpHost (const std::string &hName=std::string(), uint16_t sPort=80, const std::string &pHost=std::string(), uint16_t pPort=0, CookieManager *cMgr=nullptr)
 You create and own the cookie manager.
 
 HttpHost (const char *hName, uint16_t sPort=80)
 

Public Attributes

std::string hostname
 
std::string proxyHost
 
uint16_t port
 
uint16_t proxyPort
 
CookieManagercmgr
 
uint16_t iptype = 0
 
bool is_tls
 

Detailed Description

The host name and port number of a HTTP host.

May also contain a pointer to a cookie jar. The same CookieManager should be used for all objects with the same hostname.


The documentation for this class was generated from the following file: