Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Functions | |
ngx_int_t | ngx_http_read_client_request_body (ngx_http_request_t *r, ngx_http_client_body_handler_pt post_handler) |
ngx_int_t | ngx_http_discard_request_body (ngx_http_request_t *r) |
void | ngx_http_discarded_request_body_handler (ngx_http_request_t *r) |
ngx_int_t ngx_http_discard_request_body | ( | ngx_http_request_t * | r | ) |
Definition at line 479 of file ngx_http_request_body.c.
void ngx_http_discarded_request_body_handler | ( | ngx_http_request_t * | r | ) |
Definition at line 553 of file ngx_http_request_body.c.
ngx_int_t ngx_http_read_client_request_body | ( | ngx_http_request_t * | r, |
ngx_http_client_body_handler_pt | post_handler | ||
) |