Apache2
Possible values for request_rec.read_body
Collaboration diagram for Possible values for request_rec.read_body:

Macros

#define REQUEST_NO_BODY   0
 
#define REQUEST_CHUNKED_ERROR   1
 
#define REQUEST_CHUNKED_DECHUNK   2
 

Detailed Description

Possible values for request_rec.read_body (set by handling module):

Macro Definition Documentation

◆ REQUEST_CHUNKED_DECHUNK

#define REQUEST_CHUNKED_DECHUNK   2

If chunked, remove the chunks for me.

◆ REQUEST_CHUNKED_ERROR

#define REQUEST_CHUNKED_ERROR   1

Send 411 error if body without Content-Length

◆ REQUEST_NO_BODY

#define REQUEST_NO_BODY   0

Send 413 error if message has any body