Apache HTTPD
Macros
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.

Definition at line 750 of file httpd.h.

◆ REQUEST_CHUNKED_ERROR

#define REQUEST_CHUNKED_ERROR   1

Send 411 error if body without Content-Length

Definition at line 748 of file httpd.h.

◆ REQUEST_NO_BODY

#define REQUEST_NO_BODY   0

Send 413 error if message has any body

Definition at line 746 of file httpd.h.