HTP  0.5
Data Fields
htp_param_t Struct Reference

#include <htp.h>

Data Fields

bstrname
 
bstrvalue
 
enum htp_data_source_t source
 
enum htp_parser_id_t parser_id
 
void * parser_data
 

Detailed Description

Represents a single request parameter.

Field Documentation

bstr* htp_param_t::name

Parameter name.

void* htp_param_t::parser_data

Pointer to the parser data structure that contains complete information about the parameter. Can be NULL.

enum htp_parser_id_t htp_param_t::parser_id

Type of the data structure referenced below.

enum htp_data_source_t htp_param_t::source

Source of the parameter, for example HTP_SOURCE_QUERY_STRING.

bstr* htp_param_t::value

Parameter value.


The documentation for this struct was generated from the following file: