HTP  0.5
Data Fields
htp_header_t Struct Reference

#include <htp.h>

Data Fields

bstrname
 
bstrvalue
 
uint64_t flags
 

Detailed Description

Represents a single request or response header.

Field Documentation

uint64_t htp_header_t::flags

Parsing flags; a combination of: HTP_FIELD_INVALID, HTP_FIELD_FOLDED, HTP_FIELD_REPEATED.

bstr* htp_header_t::name

Header name.

bstr* htp_header_t::value

Header value.


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