/third_party/node/test/parallel/ |
D | test-http2-connect.js | 22 const authority = `http://localhost:${server.address().port}`; constant 52 const authority = `http://localhost:${port}`; constant 69 const authority = 'https://localhost'; constant 86 const authority = `https://localhost:${port}`; constant 122 const authority = 'ssh://localhost'; constant
|
D | test-http2-buffersize.js | 33 const authority = `http://localhost:${server.address().port}`; constant
|
D | test-http2-window-size.js | 49 authority: 'localhost', property
|
/third_party/curl/tests/unit/ |
D | unit2603.c | 45 const char *authority; member
|
/third_party/curl/lib/ |
D | http_proxy.c | 90 char *authority = NULL; in Curl_http_proxy_create_CONNECT() local
|
D | http1.c | 139 const char *p, *m, *target, *hv, *scheme, *authority, *path; in start_req() local
|
D | cf-h1-proxy.c | 543 char *authority; /* for CONNECT, the destination host + port */ in CONNECT_host() local 584 char *authority = NULL; /* for CONNECT */ in start_CONNECT() local
|
D | http.h | 268 char *authority; member
|
D | http.c | 4600 const char *authority, size_t a_len, in Curl_http_req_make() 4840 const char *scheme = NULL, *authority = NULL; in Curl_http_req_to_h2() local
|
D | urlapi.c | 849 CURLUcode Curl_url_set_authority(CURLU *u, const char *authority, in Curl_url_set_authority()
|
/third_party/nghttp2/src/ |
D | shrpx_http2_upstream.cc | 349 auto authority = req.fs.header(http2::HD__AUTHORITY); in on_request_headers() local 1979 auto authority = util::extract_host(req.authority); in redirect_to_https() local 2156 StringRef scheme, authority, path; in prepare_push_promise() local 2188 const StringRef &authority, in submit_push_promise() 2275 StringRef scheme, authority, path; in initiate_push() local
|
D | HttpServer.h | 123 StringRef authority; member 132 nghttp2_rcbuf *authority; member
|
D | shrpx_http2_downstream_connection.cc | 267 auto authority = StringRef(downstream_hostport); in push_request_headers() local
|
D | shrpx_https_upstream.cc | 264 auto authority = util::get_uri_field(uri.c_str(), u, UF_HOST); in rewrite_request_host_path_from_uri() local 1418 auto authority = util::extract_host(req.authority); in redirect_to_https() local
|
D | shrpx_mruby_module_request.cc | 124 const char *authority; in request_set_authority() local
|
D | shrpx_downstream.h | 194 StringRef authority; member
|
D | http2_test.cc | 1120 StringRef scheme, authority, path; in test_http2_construct_push_component() local
|
D | HttpServer.cc | 1016 auto authority = stream->header.authority; in submit_push_promise() local 1215 auto authority = stream->header.authority; in prepare_redirect_response() local
|
/third_party/nghttp2/integration-tests/ |
D | server_tester.go | 60 authority string // server's host:port member 328 authority string // authority, defaults to backend server address member
|
/third_party/ffmpeg/libavformat/ |
D | url.h | 352 const char *authority; /**< "//" if it is a real URL */ member
|
/third_party/typescript/src/compiler/ |
D | path.ts | 156 const authority = path.slice(authorityStart, authorityEnd); constant
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | PropIDUtils.cpp | 403 const UInt32 authority = GetBe32(p + 4); in ParseSid() local
|
/third_party/node/lib/internal/http2/ |
D | compat.js | 426 get authority() { getter in Http2ServerRequest
|
D | core.js | 3261 function connect(authority, options, listener) { argument 3319 value: (authority, options) => { argument
|
/third_party/nghttp2/examples/ |
D | libevent-client.c | 78 char *authority; member
|