Public Attributes | |
struct wpabuf | body |
void(* | cb )(void *ctx, struct http_client *c, enum http_client_event event) |
void * | cb_ctx |
struct sockaddr_in | dst |
struct httpread * | hread |
size_t | max_response |
struct wpabuf * | req |
size_t | req_pos |
int | sd |
Definition at line 27 of file http_client.c.
struct wpabuf http_client::body |
Definition at line 38 of file http_client.c.
void(* http_client::cb)(void *ctx, struct http_client *c, enum http_client_event event) |
Definition at line 34 of file http_client.c.
void* http_client::cb_ctx |
Definition at line 36 of file http_client.c.
struct sockaddr_in http_client::dst |
Definition at line 28 of file http_client.c.
struct httpread* http_client::hread |
Definition at line 37 of file http_client.c.
size_t http_client::max_response |
Definition at line 32 of file http_client.c.
struct wpabuf* http_client::req |
Definition at line 30 of file http_client.c.
size_t http_client::req_pos |
Definition at line 31 of file http_client.c.
int http_client::sd |
Definition at line 29 of file http_client.c.