Home
last modified time | relevance | path

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

/third_party/rust/crates/nom/benchmarks/benches/
Dhttp.rs75 let (input, version) = http_version(input)?; in request_line()
81 fn http_version(input: &[u8]) -> IResult<&[u8], &[u8]> { in http_version() function
/third_party/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h39 enum http_version { enum
263 enum http_version request_version;
/third_party/python/Lib/wsgiref/
Dhandlers.py104 http_version = "1.0" # Version that should be used for response variable in BaseHandler
266 … self._write(('HTTP/%s %s\r\n' % (self.http_version,self.status)).encode('iso-8859-1'))
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dconnection.c1395 char *http_version; local
1405 http_version = strchr (uri, ' ');
1406 if (NULL != http_version)
1408 http_version[0] = '\0';
1409 http_version++;
1427 if (NULL == http_version)
1430 connection->version = http_version;
/third_party/rust/crates/nom/doc/
Dmaking_a_new_parser_from_scratch.md114 let http_version = preceded(http, version);
122 tuple((method, space, url, space, http_version, line_ending))(i)?;
/third_party/lwip/src/apps/http/
Dhttp_client.c207 http_parse_response_status(struct pbuf *p, u16_t *http_version, u16_t *http_status, u16_t *http_sta… in http_parse_response_status() argument
222 *http_version = version; in http_parse_response_status()
/third_party/python/Lib/test/
Dtest_wsgiref.py744 h.http_version = version
751 h.http_version = version
/third_party/ffmpeg/libavformat/
Dhttp.c78 char *http_version; member
150 …{ "http_version", "export the http response version", OFFSET(http_version), AV_OPT_TYPE_STRING, { …
1039 av_freep(&s->http_version); in process_line()
1040 s->http_version = av_strndup(p, 3); in process_line()
/third_party/python/Doc/library/
Dwsgiref.rst734 .. attribute:: BaseHandler.http_version
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1591 enum http_version request_version; in lws_http_action()
/third_party/ffmpeg/doc/
Dprotocols.texi432 @item http_version