Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dkeyvalue.h41 typedef enum { HTTP_VERSION_UNSET = -1, HTTP_VERSION_1_0, HTTP_VERSION_1_1 } http_version_t; enumerator
H A Drequest.c430 con->request.http_version = con->conf.allow_http11 ? HTTP_VERSION_1_1 : HTTP_VERSION_1_0; in http_request_parse()
432 con->request.http_version = HTTP_VERSION_1_0; in http_request_parse()
H A Dkeyvalue.c11 { HTTP_VERSION_1_0, "HTTP/1.0" },
H A Dresponse.c374 con->request.http_version = HTTP_VERSION_1_0; in http_response_prepare()