comparison src/http/ngx_http_core_module.h @ 3632:920919d9148c

ngx_http_send_response()
author Igor Sysoev <igor@sysoev.ru>
date Fri, 18 Jun 2010 15:08:44 +0000
parents abb3901be800
children 40e356cf4176
comparison
equal deleted inserted replaced
3631:eb5e237bfa58 3632:920919d9148c
444 444
445 445
446 void *ngx_http_test_content_type(ngx_http_request_t *r, ngx_hash_t *types_hash); 446 void *ngx_http_test_content_type(ngx_http_request_t *r, ngx_hash_t *types_hash);
447 ngx_int_t ngx_http_set_content_type(ngx_http_request_t *r); 447 ngx_int_t ngx_http_set_content_type(ngx_http_request_t *r);
448 void ngx_http_set_exten(ngx_http_request_t *r); 448 void ngx_http_set_exten(ngx_http_request_t *r);
449 ngx_int_t ngx_http_send_response(ngx_http_request_t *r, ngx_uint_t status,
450 ngx_str_t *ct, ngx_http_complex_value_t *cv);
449 u_char *ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *name, 451 u_char *ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *name,
450 size_t *root_length, size_t reserved); 452 size_t *root_length, size_t reserved);
451 ngx_int_t ngx_http_auth_basic_user(ngx_http_request_t *r); 453 ngx_int_t ngx_http_auth_basic_user(ngx_http_request_t *r);
452 #if (NGX_HTTP_GZIP) 454 #if (NGX_HTTP_GZIP)
453 ngx_int_t ngx_http_gzip_ok(ngx_http_request_t *r); 455 ngx_int_t ngx_http_gzip_ok(ngx_http_request_t *r);