|
RDFS
The Rice Comp413 2017 class' continuation on the work of the 2016 RDFS.
|
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 > |
| 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.
1.8.6