Go to the source code of this file.
enum httpread_event |
Definition at line 20 of file httpread.h.
enum httpread_hdr_type |
Definition at line 30 of file httpread.h.
struct httpread* httpread_create | ( | int | sd, | |
void(*)(struct httpread *handle, void *cookie, enum httpread_event e) | cb, | |||
void * | cookie, | |||
int | max_bytes, | |||
int | timeout_seconds | |||
) | [read] |
Definition at line 738 of file httpread.c.
void* httpread_data_get | ( | struct httpread * | h | ) |
Definition at line 817 of file httpread.c.
void httpread_destroy | ( | struct httpread * | h | ) |
Definition at line 158 of file httpread.c.
char* httpread_hdr_get | ( | struct httpread * | h | ) |
Definition at line 827 of file httpread.c.
char* httpread_hdr_line_get | ( | struct httpread * | h, | |
const char * | tag | |||
) |
Definition at line 841 of file httpread.c.
enum httpread_hdr_type httpread_hdr_type_get | ( | struct httpread * | h | ) |
Definition at line 784 of file httpread.c.
int httpread_length_get | ( | struct httpread * | h | ) |
Definition at line 807 of file httpread.c.
int httpread_reply_code_get | ( | struct httpread * | h | ) |
Definition at line 800 of file httpread.c.
char* httpread_uri_get | ( | struct httpread * | h | ) |
Definition at line 793 of file httpread.c.