HTP
0.5
|
#include <htp_multipart.h>
Data Fields | |
char * | boundary |
size_t | boundary_len |
int | boundary_count |
htp_list_t * | parts |
uint64_t | flags |
Holds information related to a multipart body.
char* htp_multipart_t::boundary |
Multipart boundary.
int htp_multipart_t::boundary_count |
How many boundaries were there?
size_t htp_multipart_t::boundary_len |
Boundary length.
uint64_t htp_multipart_t::flags |
Parsing flags.
htp_list_t* htp_multipart_t::parts |
List of parts, in the order in which they appeared in the body.