comparison src/http/ngx_http_upstream.h @ 1162:f59d15404269

$upstream_http_... variables
author Igor Sysoev <igor@sysoev.ru>
date Tue, 10 Apr 2007 07:08:06 +0000
parents a0310ac2814f
children 4d0d12446c3b
comparison
equal deleted inserted replaced
1161:6002e0253221 1162:f59d15404269
246 unsigned request_sent:1; 246 unsigned request_sent:1;
247 unsigned header_sent:1; 247 unsigned header_sent:1;
248 }; 248 };
249 249
250 250
251 ngx_int_t ngx_http_upstream_header_variable(ngx_http_request_t *r,
252 ngx_http_variable_value_t *v, uintptr_t data);
253
251 void ngx_http_upstream_init(ngx_http_request_t *r); 254 void ngx_http_upstream_init(ngx_http_request_t *r);
252 ngx_http_upstream_srv_conf_t *ngx_http_upstream_add(ngx_conf_t *cf, 255 ngx_http_upstream_srv_conf_t *ngx_http_upstream_add(ngx_conf_t *cf,
253 ngx_url_t *u, ngx_uint_t flags); 256 ngx_url_t *u, ngx_uint_t flags);
254 257
255 258