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

#include <ngx_http_upstream.h>

Collaboration diagram for ngx_http_upstream_headers_in_t:
Collaboration graph
[legend]

Data Fields

ngx_list_t headers
ngx_uint_t status_n
ngx_str_t status_line
ngx_table_elt_tstatus
ngx_table_elt_tdate
ngx_table_elt_tserver
ngx_table_elt_tconnection
ngx_table_elt_texpires
ngx_table_elt_tetag
ngx_table_elt_tx_accel_expires
ngx_table_elt_tx_accel_redirect
ngx_table_elt_tx_accel_limit_rate
ngx_table_elt_tcontent_type
ngx_table_elt_tcontent_length
ngx_table_elt_tlast_modified
ngx_table_elt_tlocation
ngx_table_elt_taccept_ranges
ngx_table_elt_twww_authenticate
ngx_table_elt_ttransfer_encoding
off_t content_length_n
ngx_array_t cache_control
unsigned connection_close:1
unsigned chunked:1

Detailed Description

Definition at line 210 of file ngx_http_upstream.h.

Field Documentation

ngx_table_elt_t* accept_ranges

Definition at line 232 of file ngx_http_upstream.h.

ngx_array_t cache_control

Definition at line 242 of file ngx_http_upstream.h.

unsigned chunked

Definition at line 245 of file ngx_http_upstream.h.

ngx_table_elt_t* connection

Definition at line 219 of file ngx_http_upstream.h.

unsigned connection_close

Definition at line 244 of file ngx_http_upstream.h.

ngx_table_elt_t* content_length

Definition at line 228 of file ngx_http_upstream.h.

off_t content_length_n

Definition at line 240 of file ngx_http_upstream.h.

ngx_table_elt_t* content_type

Definition at line 227 of file ngx_http_upstream.h.

Definition at line 217 of file ngx_http_upstream.h.

Definition at line 222 of file ngx_http_upstream.h.

ngx_table_elt_t* expires

Definition at line 221 of file ngx_http_upstream.h.

ngx_list_t headers

Definition at line 211 of file ngx_http_upstream.h.

ngx_table_elt_t* last_modified

Definition at line 230 of file ngx_http_upstream.h.

ngx_table_elt_t* location

Definition at line 231 of file ngx_http_upstream.h.

ngx_table_elt_t* server

Definition at line 218 of file ngx_http_upstream.h.

ngx_table_elt_t* status

Definition at line 216 of file ngx_http_upstream.h.

ngx_str_t status_line

Definition at line 214 of file ngx_http_upstream.h.

ngx_uint_t status_n

Definition at line 213 of file ngx_http_upstream.h.

ngx_table_elt_t* transfer_encoding

Definition at line 234 of file ngx_http_upstream.h.

ngx_table_elt_t* www_authenticate

Definition at line 233 of file ngx_http_upstream.h.

ngx_table_elt_t* x_accel_expires

Definition at line 223 of file ngx_http_upstream.h.

ngx_table_elt_t* x_accel_limit_rate

Definition at line 225 of file ngx_http_upstream.h.

ngx_table_elt_t* x_accel_redirect

Definition at line 224 of file ngx_http_upstream.h.


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