void HtpBodyPrune(HtpState *state, HtpBody *body, int direction)
Free request body chunks that are already fully parsed.
int HtpBodyAppendChunk(HtpBody *body, const uint8_t *data, uint32_t len)
Append a chunk of body to the HtpBody struct.
void HtpBodyFree(HtpBody *body)
Print the information and chunks of a Body.
StreamingBufferConfig htp_sbcfg
StreamingBufferSegment sbseg
struct HtpBodyChunk_ * next
uint64_t content_len_so_far