Function ngx_http_read_client_request_body

Source
pub unsafe extern "C" fn ngx_http_read_client_request_body(
    r: *mut ngx_http_request_s,
    post_handler: Option<unsafe extern "C" fn(_: *mut ngx_http_request_s)>,
) -> isize