HTP  0.5
Data Fields
htp_multipart_t Struct Reference

#include <htp_multipart.h>

Data Fields

char * boundary
 
size_t boundary_len
 
int boundary_count
 
htp_list_tparts
 
uint64_t flags
 

Detailed Description

Holds information related to a multipart body.

Field Documentation

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.


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