Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_http_parse.h33 } nxt_http_ver_t; typedef
49 nxt_http_ver_t version;
H A Dnxt_http_parse.c164 nxt_http_ver_t ver; in nxt_http_parse_request_line()
167 static const nxt_http_ver_t http11 = { "HTTP/1.1" }; in nxt_http_parse_request_line()
168 static const nxt_http_ver_t http10 = { "HTTP/1.0" }; in nxt_http_parse_request_line()