comparison src/http/ngx_http_upstream.h @ 4464:7bf3b68239a3

Upstream: added callback hook for the "Set-Cookie" header. No functional changes.
author Valentin Bartenev <vbart@nginx.com>
date Mon, 13 Feb 2012 11:01:58 +0000
parents d620f497c50f
children c9059bd5445b
comparison
equal deleted inserted replaced
4463:a068ec122f17 4464:7bf3b68239a3
297 void (*abort_request)(ngx_http_request_t *r); 297 void (*abort_request)(ngx_http_request_t *r);
298 void (*finalize_request)(ngx_http_request_t *r, 298 void (*finalize_request)(ngx_http_request_t *r,
299 ngx_int_t rc); 299 ngx_int_t rc);
300 ngx_int_t (*rewrite_redirect)(ngx_http_request_t *r, 300 ngx_int_t (*rewrite_redirect)(ngx_http_request_t *r,
301 ngx_table_elt_t *h, size_t prefix); 301 ngx_table_elt_t *h, size_t prefix);
302 ngx_int_t (*rewrite_cookie)(ngx_http_request_t *r,
303 ngx_table_elt_t *h);
302 304
303 ngx_msec_t timeout; 305 ngx_msec_t timeout;
304 306
305 ngx_http_upstream_state_t *state; 307 ngx_http_upstream_state_t *state;
306 308