Home
last modified time | relevance | path

Searched refs:nxt_http_response_field (Results 1 – 1 of 1) sorted by relevance

/unit/src/
H A Dnxt_http_response.c15 static nxt_int_t nxt_http_response_field(void *ctx, nxt_http_field_t *field,
24 { nxt_string("Date"), &nxt_http_response_field,
27 { nxt_string("Content-Type"), &nxt_http_response_field,
29 { nxt_string("Content-Length"), &nxt_http_response_field,
78 nxt_http_response_field(void *ctx, nxt_http_field_t *field, uintptr_t offset) in nxt_http_response_field() function