Possible values for request_rec.read_body
[HTTP Daemon Routine]


マクロ定義

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

説明

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

マクロ定義

#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


Apacheに対してSun Jul 19 22:05:28 2009に生成されました。  doxygen 1.4.7