Home
last modified time | relevance | path

Searched defs:authority (Results 1 – 25 of 32) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-http2-connect.js22 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
Dtest-http2-buffersize.js33 const authority = `http://localhost:${server.address().port}`; constant
Dtest-http2-window-size.js49 authority: 'localhost', property
/third_party/curl/tests/unit/
Dunit2603.c45 const char *authority; member
/third_party/curl/lib/
Dhttp_proxy.c90 char *authority = NULL; in Curl_http_proxy_create_CONNECT() local
Dhttp1.c139 const char *p, *m, *target, *hv, *scheme, *authority, *path; in start_req() local
Dcf-h1-proxy.c543 char *authority; /* for CONNECT, the destination host + port */ in CONNECT_host() local
584 char *authority = NULL; /* for CONNECT */ in start_CONNECT() local
Dhttp.h268 char *authority; member
Dhttp.c4600 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
Durlapi.c849 CURLUcode Curl_url_set_authority(CURLU *u, const char *authority, in Curl_url_set_authority()
/third_party/nghttp2/src/
Dshrpx_http2_upstream.cc349 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
DHttpServer.h123 StringRef authority; member
132 nghttp2_rcbuf *authority; member
Dshrpx_http2_downstream_connection.cc267 auto authority = StringRef(downstream_hostport); in push_request_headers() local
Dshrpx_https_upstream.cc264 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
Dshrpx_mruby_module_request.cc124 const char *authority; in request_set_authority() local
Dshrpx_downstream.h194 StringRef authority; member
Dhttp2_test.cc1120 StringRef scheme, authority, path; in test_http2_construct_push_component() local
DHttpServer.cc1016 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/
Dserver_tester.go60 authority string // server's host:port member
328 authority string // authority, defaults to backend server address member
/third_party/ffmpeg/libavformat/
Durl.h352 const char *authority; /**< "//" if it is a real URL */ member
/third_party/typescript/src/compiler/
Dpath.ts156 const authority = path.slice(authorityStart, authorityEnd); constant
/third_party/lzma/CPP/7zip/UI/Common/
DPropIDUtils.cpp403 const UInt32 authority = GetBe32(p + 4); in ParseSid() local
/third_party/node/lib/internal/http2/
Dcompat.js426 get authority() { getter in Http2ServerRequest
Dcore.js3261 function connect(authority, options, listener) { argument
3319 value: (authority, options) => { argument
/third_party/nghttp2/examples/
Dlibevent-client.c78 char *authority; member

12