Google
 

Possible values for request_rec.read_body
[HTTP Daemon Routine]


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.

#define REQUEST_CHUNKED_ERROR   1

Send 411 error if body without Content-Length

#define REQUEST_NO_BODY   0

Send 413 error if message has any body


Generated on Sun Jul 1 10:07:08 2007 by Doxygen 1.5.2. This rendition of the open source Apache HTTP Server header documentation is not endorsed by or affiliated with the Apache Software Foundation.