#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.
Header name.
Header value.