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

#include <client.h>

Collaboration diagram for KlClientResponse:
Collaboration graph
[legend]

Data Fields

int status
 
char * body
 
size_t body_len
 
KlClientHeaderheaders
 
int num_headers
 
KlAllocator alloc
 
KlError error
 

Field Documentation

◆ status

int KlClientResponse::status

◆ body

char* KlClientResponse::body

◆ body_len

size_t KlClientResponse::body_len

◆ headers

KlClientHeader* KlClientResponse::headers

◆ num_headers

int KlClientResponse::num_headers

◆ alloc

KlAllocator KlClientResponse::alloc

Allocator used for body/headers (stored by value)

◆ error

KlError KlClientResponse::error

Diagnostic error code (KL_ERR_NONE on success)


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