HTP
0.3
|
#include <htp_multipart.h>
Data Fields | |
htp_mpartp_t * | mpartp |
int | type |
size_t | len |
bstr * | name |
bstr * | value |
table_t * | headers |
htp_file_t * | file |
Part headers (htp_header_t instances), indexed by name.
size_t htp_mpart_part_t::len |
Raw part length.
Pointer to the parser.
Part name, from the Content-Disposition header.
Part type; see the MULTIPART_PART_* constants.
Part value; currently only available for MULTIPART_PART_TEXT parts.