void HtpBodyPrint(HtpBody *)
Print the information and chunks of a Body.
void HtpBodyPrune(HtpState *, HtpBody *, int)
Free request body chunks that are already fully parsed.
int HtpBodyAppendChunk(const HTPCfgDir *, HtpBody *, const uint8_t *, uint32_t)
Append a chunk of body to the HtpBody struct.
void HtpBodyFree(const HTPCfgDir *, HtpBody *)
Free the information held in the request body.