comparison src/http/ngx_http_request.h @ 7199:6ba68ad8b24c

Basic support of the Link response header.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 08 Feb 2018 09:54:18 +0300
parents f583559aadc7
children 33edea74bd58
comparison
equal deleted inserted replaced
7198:573f20116163 7199:6ba68ad8b24c
277 ngx_str_t charset; 277 ngx_str_t charset;
278 u_char *content_type_lowcase; 278 u_char *content_type_lowcase;
279 ngx_uint_t content_type_hash; 279 ngx_uint_t content_type_hash;
280 280
281 ngx_array_t cache_control; 281 ngx_array_t cache_control;
282 ngx_array_t link;
282 283
283 off_t content_length_n; 284 off_t content_length_n;
284 off_t content_offset; 285 off_t content_offset;
285 time_t date_time; 286 time_t date_time;
286 time_t last_modified_time; 287 time_t last_modified_time;