#include <htp.h>
Data Fields | |
bstr * | name |
bstr * | value |
enum htp_data_source_t | source |
enum htp_parser_id_t | parser_id |
void * | parser_data |
Represents a single request parameter.
Parameter name.
void* htp_param_t::parser_data |
Pointer to the parser data structure that contains complete information about the parameter. Can be NULL.
Type of the data structure referenced below.
Source of the parameter, for example HTP_SOURCE_QUERY_STRING.
Parameter value.