Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_http_request_body_t Struct Reference

#include <ngx_http_request.h>

Collaboration diagram for ngx_http_request_body_t:
Collaboration graph
[legend]

Data Fields

ngx_temp_file_ttemp_file
ngx_chain_tbufs
ngx_buf_tbuf
off_t rest
ngx_chain_tfree
ngx_chain_tbusy
ngx_http_chunked_tchunked
ngx_http_client_body_handler_pt post_handler

Detailed Description

Definition at line 280 of file ngx_http_request.h.

Field Documentation

ngx_buf_t* buf

Definition at line 283 of file ngx_http_request.h.

ngx_chain_t* bufs

Definition at line 282 of file ngx_http_request.h.

ngx_chain_t* busy

Definition at line 286 of file ngx_http_request.h.

Definition at line 287 of file ngx_http_request.h.

ngx_chain_t* free

Definition at line 285 of file ngx_http_request.h.

Definition at line 288 of file ngx_http_request.h.

off_t rest

Definition at line 284 of file ngx_http_request.h.

ngx_temp_file_t* temp_file

Definition at line 281 of file ngx_http_request.h.


The documentation for this struct was generated from the following file: