HTP
0.5
|
htp_status_t htp_ch_multipart_callback_request_body_data | ( | htp_tx_data_t * | d | ) |
Finalize Multipart processing.
[in] | d |
htp_status_t htp_ch_multipart_callback_request_headers | ( | htp_tx_t * | tx | ) |
Inspect request headers and register the Multipart request data hook if it contains a multipart/form-data body.
[in] | connp |
htp_status_t htp_ch_urlencoded_callback_request_body_data | ( | htp_tx_data_t * | d | ) |
This callback function feeds request body data to a Urlencoded parser and, later, feeds the parsed parameters to the correct structures.
[in] | d |
htp_status_t htp_ch_urlencoded_callback_request_headers | ( | htp_tx_t * | tx | ) |
Determine if the request has a Urlencoded body, and, if it does, create and attach an instance of the Urlencoded parser to the transaction.
[in] | connp |
htp_status_t htp_ch_urlencoded_callback_request_line | ( | htp_tx_t * | tx | ) |
Parses request query string, if present.
[in] | connp | |
[in] | raw_data | |
[in] | raw_len |