RDFS
The Rice Comp413 2017 class' continuation on the work of the 2016 RDFS.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Attributes | Friends | List of all members
SimpleWeb::ClientBase< socket_type >::Config Class Reference

Public Attributes

long timeout = 0
 Set timeout on requests in seconds. Default value: 0 (no timeout).
 
long timeout_connect = 0
 Set connect timeout in seconds. Default value: 0 (Config::timeout is then used instead).
 
std::size_t max_response_streambuf_size = std::numeric_limits<std::size_t>::max()
 
std::string proxy_server
 Set proxy server (server:port)
 

Friends

class ClientBase< socket_type >
 

Member Data Documentation

template<class socket_type>
std::size_t SimpleWeb::ClientBase< socket_type >::Config::max_response_streambuf_size = std::numeric_limits<std::size_t>::max()

Maximum size of response stream buffer. Defaults to architecture maximum. Reaching this limit will result in a message_size error code.


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