Main Page | Modules | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages | Examples

Possible values for request_rec.read_body


Defines

#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):

Define Documentation

#define REQUEST_CHUNKED_DECHUNK   2
 

If chunked, remove the chunks for me.

Definition at line 601 of file httpd.h.

#define REQUEST_CHUNKED_ERROR   1
 

Send 411 error if body without Content-Length

Definition at line 599 of file httpd.h.

Referenced by isapi_handler().

#define REQUEST_NO_BODY   0
 

Send 413 error if message has any body

Definition at line 597 of file httpd.h.

Referenced by AP_DECLARE_NONSTD(), ap_read_request(), and process_mkcol_body().