wpa_supplicant / hostapd
2.5
|
httpread - Manage reading file(s) from HTTP/TCP socket Author: Ted Merrill More...
Go to the source code of this file.
Functions | |
void | httpread_destroy (struct httpread *h) |
struct httpread * | httpread_create (int sd, void(*cb)(struct httpread *handle, void *cookie, enum httpread_event e), void *cookie, int max_bytes, int timeout_seconds) |
enum httpread_hdr_type | httpread_hdr_type_get (struct httpread *h) |
char * | httpread_uri_get (struct httpread *h) |
int | httpread_reply_code_get (struct httpread *h) |
int | httpread_length_get (struct httpread *h) |
void * | httpread_data_get (struct httpread *h) |
char * | httpread_hdr_get (struct httpread *h) |
char * | httpread_hdr_line_get (struct httpread *h, const char *tag) |
httpread - Manage reading file(s) from HTTP/TCP socket Author: Ted Merrill