| /third_party/ffmpeg/tests/ref/fate/ |
| D | url | 3 http://user:pass@ffmpeg:8080/dir/file?query#fragment => 4 scheme: http: 13 http://ffmpeg/dir/file => 14 scheme: http: 28 http://[::1]/dev/null => 29 scheme: http: 34 http://[::1]:8080/dev/null => 35 scheme: http: 46 test?url=http://server/path => 48 query: ?url=http://server/path [all …]
|
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/ |
| D | CMakeLists.txt | 1 project(lws-minimal-http-client-jit-trust C) 8 set(SAMP lws-minimal-http-client-jit-trust) 9 set(SRCS minimal-http-client.c) 47 set(mytests http-client-warmcat-h1) 49 add_test(NAME http-client-warmcat COMMAND lws-minimal-http-client ) 50 list(APPEND mytests http-client-warmcat) 54 add_test(NAME http-client-warmcat-h1 COMMAND lws-minimal-http-client --h1) 60 list(APPEND mytests http-client-fi-ctx1) 61 …add_test(NAME http-client-fi-ctx1 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 65 # list(APPEND mytests http-client-fi-pi) [all …]
|
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/ |
| D | CMakeLists.txt | 1 project(lws-minimal-http-client C) 8 set(SAMP lws-minimal-http-client) 9 set(SRCS minimal-http-client.c) 48 set(mytests http-client-warmcat-h1) 50 add_test(NAME http-client-warmcat COMMAND lws-minimal-http-client ) 51 list(APPEND mytests http-client-warmcat) 55 add_test(NAME http-client-warmcat-h1 COMMAND lws-minimal-http-client --h1) 61 list(APPEND mytests http-client-fi-ctx1) 62 …add_test(NAME http-client-fi-ctx1 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject… 66 # list(APPEND mytests http-client-fi-pi) [all …]
|
| /third_party/python/Doc/library/ |
| D | http.rst | 1 :mod:`http` --- HTTP modules 4 .. module:: http 5 :synopsis: HTTP status codes and messages 7 **Source code:** :source:`Lib/http/__init__.py` 10 pair: HTTP; protocol 11 single: HTTP; http (standard module) 15 :mod:`http` is a package that collects several modules for working with the 18 * :mod:`http.client` is a low-level HTTP protocol client; for high-level URL 20 * :mod:`http.server` contains basic HTTP server classes based on :mod:`socketserver` 21 * :mod:`http.cookies` has utilities for implementing state management with cookies [all …]
|
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/ |
| D | CMakeLists.txt | 1 project(lws-minimal-http-client-multi C) 8 set(SAMP lws-minimal-http-client-multi) 9 set(SRCS minimal-http-client-multi.c) 53 …add_test(NAME st_hcm_srv COMMAND cmd.exe /c start /b $<TARGET_FILE:lws-minimal-http-server-tls> --… 54 …add_test(NAME ki_hcm_srv COMMAND taskkill /F /IM $<TARGET_FILE_NAME:lws-minimal-http-server-tls> /… 64 hcm_srv ${VALGRIND} --tool=memcheck $<TARGET_FILE:lws-minimal-http-server-tls> 68 hcm_srv ${VALGRIND} $<TARGET_FILE_NAME:lws-minimal-http-server-tls> 82 hcm_srv $<TARGET_FILE:lws-minimal-http-server-tls> 86 hcm_srv $<TARGET_FILE_NAME:lws-minimal-http-server-tls> 101 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/http-server/minimal-http-server-tls [all …]
|
| /third_party/ffmpeg/libavformat/tests/ |
| D | url.c | 98 test_decompose("http://user:pass@ffmpeg:8080/dir/file?query#fragment"); in main() 99 test_decompose("http://ffmpeg/dir/file"); in main() 102 test_decompose("http://[::1]/dev/null"); in main() 103 test_decompose("http://[::1]:8080/dev/null"); in main() 105 test_decompose("test?url=http://server/path"); in main() 114 test("http://server/foo/", "baz"); in main() 115 test("http://server/foo/bar", "baz"); in main() 116 test("http://server/foo/", "../baz"); in main() 117 test("http://server/foo/bar/123", "../../baz"); in main() 118 test("http://server/foo/bar/123", "/baz"); in main() [all …]
|
| /third_party/notofonts/docs/ |
| D | analytics.html | 101 <a href="http://github.com/notofonts/latin-greek-cyrillic">latin-greek-cyrillic</a> 107 <a href="http://github.com/notofonts/myanmar">myanmar</a> 113 <a href="http://github.com/notofonts/math">math</a> 119 <a href="http://github.com/notofonts/symbols">symbols</a> 125 <a href="http://github.com/notofonts/nastaliq">nastaliq</a> 131 <a href="http://github.com/notofonts/arabic">arabic</a> 137 <a href="http://github.com/notofonts/tibetan">tibetan</a> 143 <a href="http://github.com/notofonts/thai">thai</a> 149 <a href="http://github.com/notofonts/hebrew">hebrew</a> 155 <a href="http://github.com/notofonts/siddham">siddham</a> [all …]
|
| /third_party/cups/ |
| D | ohos_ip_conflict.patch | 1 diff --git a/cups/http.h b/cups/http.h 3 --- a/cups/http.h 4 +++ b/cups/http.h 5 @@ -556,10 +556,11 @@ extern int httpSetCredentials(http_t *http, cups_array_t *certs) _CUPS_API_1… 6 …extern void httpSetTimeout(http_t *http, double timeout, http_timeout_cb_t cb, void *user_data) _… 11 extern http_state_t httpGetState(http_t *http) _CUPS_API_1_6; 12 extern http_version_t httpGetVersion(http_t *http) _CUPS_API_1_6; 13 extern int httpReconnect2(http_t *http, int msec, int *cancel) _CUPS_API_1_6; 14 +extern int httpReconnect3(http_t *http, int msec, int *cancel, const char *nic) _CUPS_API_1_6; 23 extern const char *httpGetContentEncoding(http_t *http) _CUPS_API_1_7; [all …]
|
| /third_party/node/test/parallel/ |
| D | test-url-relative.js | 31 ['http://example.com/b//c//d;p?q#blarg', 'https:#hash2', 'https:///#hash2'], 32 ['http://example.com/b//c//d;p?q#blarg', 35 ['http://example.com/b//c//d;p?q#blarg', 38 ['http://example.com/b//c//d;p?q#blarg', 41 ['http://example.com/b//c//d;p?q#blarg', 42 'http:#hash2', 43 'http://example.com/b//c//d;p?q#hash2'], 44 ['http://example.com/b//c//d;p?q#blarg', 45 'http:/p/a/t/h?s#hash2', 46 'http://example.com/p/a/t/h?s#hash2'], [all …]
|
| D | test-url-parse-format.js | 21 'http:\\\\evil-phisher\\foo.html#h\\a\\s\\h': { 22 protocol: 'http:', 29 href: 'http://evil-phisher/foo.html#h%5Ca%5Cs%5Ch' 32 'http:\\\\evil-phisher\\foo.html?json="\\"foo\\""#h\\a\\s\\h': { 33 protocol: 'http:', 42 href: 'http://evil-phisher/foo.html?json=%22%5C%22foo%5C%22%22#h%5Ca%5Cs%5Ch' 45 'http:\\\\evil-phisher\\foo.html#h\\a\\s\\h?blarg': { 46 protocol: 'http:', 53 href: 'http://evil-phisher/foo.html#h%5Ca%5Cs%5Ch?blarg' 57 'http:\\\\evil-phisher\\foo.html': { [all …]
|
| D | test-url-format.js | 12 'http://example.com?': { 13 href: 'http://example.com/?', 14 protocol: 'http:', 22 'http://example.com?foo=bar#frag': { 23 href: 'http://example.com/?foo=bar#frag', 24 protocol: 'http:', 32 'http://example.com?foo=@bar#frag': { 33 href: 'http://example.com/?foo=@bar#frag', 34 protocol: 'http:', 42 'http://example.com?foo=/bar/#frag': { [all …]
|
| /third_party/node/test/fixtures/wpt/url/resources/ |
| D | urltestdata.json | 4 "input": "http://example\t.\norg", 5 "base": "http://example.org/foo/bar", 6 "href": "http://example.org/", 7 "origin": "http://example.org", 8 "protocol": "http:", 19 "input": "http://user:pass@foo:21/bar;par?b#c", 20 "base": "http://example.org/foo/bar", 21 "href": "http://user:pass@foo:21/bar;par?b#c", 22 "origin": "http://foo:21", 23 "protocol": "http:", [all …]
|
| D | setters_tests.json | 114 "href": "http://test@example.net", 117 "href": "http://test@example.net/", 118 "protocol": "http:" 140 "new_value": "http", 164 "href": "http://example.net", 167 "href": "http://example.net/", 168 "protocol": "http:" 198 "new_value": "http", 207 "new_value": "http", 247 "href": "http://example.net", [all …]
|
| /third_party/libinput/doc/user/svg/ |
| D | button-debouncing-wave-diagram.svg | 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> 4 …http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="1156" viewBox="0 0 …
|
| /third_party/libwebsockets/minimal-examples/http-server/ |
| D | README.md | 3 minimal-http-server-basicauth|Shows how to protect a mount using a password file and basic auth 4 minimal-http-server-custom-headers|Shows how to query custom headers that lws doesn't already know 5 minimal-http-server-deaddrop|Shows how to use the deaddrop drag and drop file upload + sharing plug… 6 minimal-http-server-dynamic|Serves both static and dynamically generated http content 7 minimal-http-server-eventlib-foreign|Demonstrates integrating lws with a foreign event library 8 minimal-http-server-eventlib-demos|Using the demo plugins with event libraries 9 minimal-http-server-eventlib|Same as minimal-http-server but works with a supported event library 10 minimal-http-server-form-get|Process a GET form 11 minimal-http-server-form-post-file|Process a multipart POST form with file transfer 12 minimal-http-server-form-post|Process a POST form (no file transfer) [all …]
|
| /third_party/curl/docs/libcurl/opts/ |
| D | CURLOPT_HTTP_VERSION.md | 16 CURLOPT_HTTP_VERSION - HTTP protocol version to use 29 libcurl to use the specific HTTP versions. 31 Note that the HTTP version is just a request. libcurl still prioritizes to 32 reuse existing connections so it might then reuse a connection using an HTTP 42 Enforce HTTP 1.0 requests. 46 Enforce HTTP 1.1 requests. 50 Attempt HTTP 2 requests. libcurl falls back to HTTP 1.1 if HTTP 2 cannot be 53 When libcurl uses HTTP/2 over HTTPS, it does not itself insist on TLS 1.2 or 62 Attempt HTTP 2 over TLS (HTTPS) only. libcurl falls back to HTTP 1.1 if HTTP 2 63 cannot be negotiated with the HTTPS server. For clear text HTTP servers, [all …]
|
| /third_party/python/Lib/test/ |
| D | test_urlparse.py | 6 RFC1808_BASE = "http://a/b/c/d;p?q#f" 7 RFC2396_BASE = "http://a/b/c/d;p?q" 8 RFC3986_BASE = 'http://a/b/c/d;p?q' 9 SIMPLE_BASE = 'http://a/b/c/d' 179 # urllib.parse.urlsplit treats 'http:' as an optimized special case, 180 # so we test both 'http:' and 'https:' in all the following. 204 str_schemes = ('http', 'https') 205 bytes_schemes = (b'http', b'https') 233 self.checkJoin(RFC1808_BASE, 'g', 'http://a/b/c/g') 234 self.checkJoin(RFC1808_BASE, './g', 'http://a/b/c/g') [all …]
|
| /third_party/libwebsockets/lib/roles/cgi/ |
| D | cgi-server.c | 81 if (!cgi->wsi->http.cgi->post_in_expected) in lws_cgi_grace() 82 cgi->wsi->http.cgi->cgi_transaction_over = 1; in lws_cgi_grace() 98 if (wsi->http.cgi) in lws_cgi_reap_cb() 100 (int)wsi->http.cgi->post_in_expected); in lws_cgi_reap_cb() 106 if (wsi->http.cgi) in lws_cgi_reap_cb() 107 lws_sul_schedule(wsi->a.context, wsi->tsi, &wsi->http.cgi->sul_grace, in lws_cgi_reap_cb() 127 wsi->http.cgi = lws_zalloc(sizeof(*wsi->http.cgi), "new cgi"); in lws_cgi() 128 if (!wsi->http.cgi) { in lws_cgi() 133 wsi->http.cgi->response_code = HTTP_STATUS_OK; in lws_cgi() 135 cgi = wsi->http.cgi; in lws_cgi() [all …]
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | _features.hpp | 11 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html 15 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2439.htm 19 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1610.html 23 // http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2756.htm 27 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2242.pdf 31 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2555.pdf 35 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2672.htm 39 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1720.html 43 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1984.pdf 47 // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1737.pdf [all …]
|
| /third_party/nghttp2/integration-tests/ |
| D | nghttpx_http1_test.go | 9 "net/http" 19 // TestH1H1PlainGET tests whether simple HTTP/1 GET request works. 31 if got, want := res.status, http.StatusOK; got != want { 36 // TestH1H1PlainGETClose tests whether simple HTTP/1 GET request with 52 if got, want := res.status, http.StatusOK; got != want { 61 handler: func(w http.ResponseWriter, r *http.Request) { 76 if got, want := res.status, http.StatusNotImplemented; got != want { 85 handler: func(w http.ResponseWriter, r *http.Request) { 92 …if _, err := io.WriteString(st.conn, fmt.Sprintf("GET / HTTP/1.1\r\nHost: %v\r\nTest-Case: TestH1H… 97 resp, err := http.ReadResponse(bufio.NewReader(st.conn), nil) [all …]
|
| /third_party/skia/tools/skp/page_sets/other/ |
| D | OLD-skia_nexus10_set.json | 8 "url": "http://game.deksiam.in.th/", 13 "url": "http://www.sahadan.com/default.aspx", 18 "url": "http://techmeme.com/", 23 "url": "http://www.cnet.com/", 28 …"url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-mounts-that-an-lg-optimus-g-nexus-i… 33 "url": "http://br.337.com/pages/196/DDTank", 38 "url": "http://www.cnn.com/2012/10/03/politics/michelle-obama-debate/index.html", 43 "url": "http://culturalsolutions.co.uk/", 48 "url": "http://cuteoverload.com/", 53 "url": "http://digg.com/", [all …]
|
| /third_party/curl/tests/data/ |
| D | test2031 | 4 HTTP 5 HTTP GET 6 HTTP NTLM auth 15 HTTP/1.1 401 Need NTLM auth 25 HTTP/1.1 401 NTLM intermediate 35 HTTP/1.1 401 Sorry wrong password 46 HTTP/1.1 401 Need NTLM auth (2) 56 HTTP/1.1 401 NTLM intermediate (2) 66 HTTP/1.1 200 Things are fine in server land 76 HTTP/1.1 401 Need NTLM auth (3) [all …]
|
| D | test257 | 4 HTTP 5 HTTP GET 6 HTTP proxy 7 HTTP Basic auth 16 HTTP/1.1 301 This is a weirdo text message swsclose 19 Location: http://anotherone.com/%TESTNUMBER0002 26 HTTP/1.1 302 Followed here fine swsclose 29 Location: http://athird.com/%TESTNUMBER0003 35 HTTP/1.1 200 Followed here fine swsclose 44 HTTP/1.1 301 This is a weirdo text message swsclose [all …]
|
| /third_party/libwebsockets/lib/roles/http/server/ |
| D | access-log.c | 31 * "GET /aep-screen.png HTTP/1.1" 40 "HTTP/1.0", "HTTP/1.1", "HTTP/2" 66 wsi->http.access_log.header_log = lws_malloc((unsigned int)l, "access log"); in lws_prepare_access_log_info() 67 if (!wsi->http.access_log.header_log) in lws_prepare_access_log_info() 104 lws_snprintf(wsi->http.access_log.header_log, (size_t)l, in lws_prepare_access_log_info() 106 ta, da, me, uri, hver[wsi->http.request_version]); in lws_prepare_access_log_info() 108 //lwsl_notice("%s\n", wsi->http.access_log.header_log); in lws_prepare_access_log_info() 112 wsi->http.access_log.user_agent = in lws_prepare_access_log_info() 114 if (!wsi->http.access_log.user_agent) { in lws_prepare_access_log_info() 116 lws_free_set_NULL(wsi->http.access_log.header_log); in lws_prepare_access_log_info() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | bangInModuleName.types | 4 import * as http from 'intern/dojo/node!http'; 5 >http : typeof http 8 declare module "http" { 9 >"http" : typeof import("http") 12 declare module 'intern/dojo/node!http' { 13 >'intern/dojo/node!http' : typeof import("intern/dojo/node!http") 15 import http = require('http'); 16 >http : typeof http 18 export = http; 19 >http : typeof http
|