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