HTP
0.5
|
Functions | |
htp_status_t | htp_parse_response_line_generic (htp_connp_t *connp) |
htp_status_t | htp_parse_response_header_generic (htp_connp_t *connp, htp_header_t *h, unsigned char *data, size_t len) |
htp_status_t | htp_process_response_header_generic (htp_connp_t *connp, unsigned char *data, size_t len) |
htp_status_t htp_parse_response_header_generic | ( | htp_connp_t * | connp, |
htp_header_t * | h, | ||
unsigned char * | data, | ||
size_t | len | ||
) |
Generic response header parser.
[in] | connp | |
[in] | h | |
[in] | data | |
[in] | len |
htp_status_t htp_parse_response_line_generic | ( | htp_connp_t * | connp | ) |
Generic response line parser.
[in] | connp |
htp_status_t htp_process_response_header_generic | ( | htp_connp_t * | connp, |
unsigned char * | data, | ||
size_t | len | ||
) |
Generic response header line(s) processor, which assembles folded lines into a single buffer before invoking the parsing function.
[in] | connp | |
[in] | data | |
[in] | len |