|
HTP
0.3
|
#include <htp_urlencoded.h>

Data Fields | |
| htp_tx_t * | tx |
| unsigned char | argument_separator |
| int | decode_url_encoding |
| table_t * | params |
| int | _state |
| int | _complete |
| bstr * | _name |
| bstr_builder_t * | _bb |
This is the main URLENCODED parser structure. It is used to store parser configuration, temporary parsing data, as well as the parameters.
| unsigned char htp_urlenp_t::argument_separator |
The character used to separate parameters. Defaults to & and should not be changed without good reason.
Whether to perform URL-decoding on parameters.
This table contains the list of parameters, indexed by name.
The transaction this parser belongs to.
1.7.6.1