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

◆ boundary

char* htp_multipart_t::boundary

Multipart boundary.

◆ boundary_count

int htp_multipart_t::boundary_count

How many boundaries were there?

◆ boundary_len

size_t htp_multipart_t::boundary_len

Boundary length.

◆ flags

uint64_t htp_multipart_t::flags

Parsing flags.

◆ parts

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: