Searched defs:http_version (Results 1 – 8 of 8) sorted by relevance
258 int http_version, in status_line()337 int http_version; in Curl_hyper_stream() local828 int http_version; in http1xx_cb() local
56 static const struct httpmap http_version[] = { variable
108 let http_version = range(&b"HTTP/"[..]).with(take_while1(is_http_version)); in parse_http_request() localVariable
52 http_version = "1.0" # Version that should be used for response variable in BaseHandler
104 http_version = "1.0" # Version that should be used for response variable in BaseHandler
48 std::string http_version, status_code; member in SimpleWeb::ClientBase::Response
105 std::string method, path, http_version; member in SimpleWeb::ServerBase::Request
39 enum http_version { enum