|
HTP
0.5
|
#include <htp.h>
Data Fields | |
| bstr * | name |
| bstr * | value |
| uint64_t | flags |
Represents a single request or response header.
| 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.
1.8.9.1