Go to the source code of this file.
| int response_bind | ( | response_t * | rs, | |
| io_t * | out | |||
| ) |
Definition at line 635 of file response.c.
| int response_create | ( | http_t * | http, | |
| response_t ** | prs | |||
| ) |
Definition at line 653 of file response.c.
| int response_free | ( | response_t * | rs | ) |
Definition at line 684 of file response.c.
| field_t* response_get_field | ( | response_t * | rs, | |
| const char * | name | |||
| ) |
Definition at line 700 of file response.c.
| const char* response_get_field_value | ( | response_t * | rs, | |
| const char * | name | |||
| ) |
Definition at line 710 of file response.c.
| size_t response_get_max_header_size | ( | response_t * | rs | ) |
Definition at line 289 of file response.c.
| int response_print_header_to_io | ( | response_t * | rs, | |
| io_t * | io | |||
| ) |
Definition at line 329 of file response.c.
| void response_set_cgi | ( | response_t * | rs, | |
| int | cgi | |||
| ) |
Definition at line 281 of file response.c.