マクロ定義 | |
| #define | REQUEST_NO_BODY 0 |
| #define | REQUEST_CHUNKED_ERROR 1 |
| #define | REQUEST_CHUNKED_DECHUNK 2 |
| #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
1.4.7