|
KEEL 1.0.0
Minimal C11 HTTP client/server library built on epoll/kqueue/io_uring/poll
|
#include <client.h>

Data Fields | |
| int | status |
| char * | body |
| size_t | body_len |
| KlClientHeader * | headers |
| int | num_headers |
| KlAllocator | alloc |
| KlError | error |
| int KlClientResponse::status |
| char* KlClientResponse::body |
| size_t KlClientResponse::body_len |
| KlClientHeader* KlClientResponse::headers |
| int KlClientResponse::num_headers |
| KlAllocator KlClientResponse::alloc |
Allocator used for body/headers (stored by value)
| KlError KlClientResponse::error |
Diagnostic error code (KL_ERR_NONE on success)