#include <http_common.h>
Data Fields | |
bs_uint32 | http_code |
apr_time_t | date |
char * | user_agent |
char * | server |
bs_uint64 | content_length |
char * | content_type |
bs_uint32 | content_offset |
Definition at line 46 of file http_common.h.
The HTTP response code (200 for success).
Definition at line 47 of file http_common.h.
Referenced by extract_http_header_info().
apr_time_t http_header_info::date |
The date of the headers.
Definition at line 48 of file http_common.h.
The user-agent involved.
Definition at line 49 of file http_common.h.
Referenced by extract_http_header_info().
char* http_header_info::server |
Server string
Definition at line 50 of file http_common.h.
The length in bytes of the content.
Definition at line 52 of file http_common.h.
Referenced by check_for_http_errors(), extract_http_header_info(), handle_http_post(), parse_http_headers(), and receive_response().
A string describing the content type (ie. text/html)
Definition at line 53 of file http_common.h.
Referenced by check_for_http_errors(), and extract_http_header_info().
The offset of the real data from the start of the buffer
Definition at line 54 of file http_common.h.
Referenced by handle_http_post(), parse_http_headers(), and receive_response().