KEEL 1.0.0
Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll
Loading...
Searching...
No Matches
Data Fields
KlProxyConfig Struct Reference

HTTP proxy configuration (borrowed pointers, caller-owned). More...

#include <client.h>

Data Fields

const char * host
 
uint16_t port
 
const char * auth
 

Detailed Description

HTTP proxy configuration (borrowed pointers, caller-owned).

Field Documentation

◆ host

const char* KlProxyConfig::host

Proxy hostname

◆ port

uint16_t KlProxyConfig::port

Proxy port (typically 8080, 3128)

◆ auth

const char* KlProxyConfig::auth

"Basic <base64>" or NULL (no auth)


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