|
KEEL 1.0.0
Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll
|
HTTP proxy configuration (borrowed pointers, caller-owned). More...
#include <client.h>
Data Fields | |
| const char * | host |
| uint16_t | port |
| const char * | auth |
HTTP proxy configuration (borrowed pointers, caller-owned).
| const char* KlProxyConfig::host |
Proxy hostname
| uint16_t KlProxyConfig::port |
Proxy port (typically 8080, 3128)
| const char* KlProxyConfig::auth |
"Basic <base64>" or NULL (no auth)