/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/libxml2/include/libxml/ |
D | uri.h | 36 char *authority; /* the authority part */ member
|
/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 | 122 StringRef authority; member 131 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 1394 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 | 1012 auto authority = stream->header.authority; in submit_push_promise() local 1211 auto authority = stream->header.authority; in prepare_redirect_response() local
|
D | shrpx_client_handler.cc | 1052 StringRef authority, path; in get_downstream_connection() local
|
D | shrpx_http_downstream_connection.cc | 491 auto authority = StringRef(downstream_hostport); in push_request_headers() local
|
D | http2.cc | 1596 StringRef &authority, StringRef &path, in construct_push_component()
|
D | shrpx_http2_session.cc | 2261 auto authority = promised_req.fs.header(http2::HD__AUTHORITY); in handle_downstream_push_promise_complete() local
|
D | nghttp.cc | 2050 auto authority = req->get_req_header(http2::HD__AUTHORITY); in on_frame_recv_callback2() local
|
D | shrpx_http3_upstream.cc | 2195 auto authority = req.fs.header(http2::HD__AUTHORITY); in http_end_request_headers() local
|
/third_party/nghttp2/integration-tests/ |
D | server_tester.go | 61 authority string // server's host:port member 329 authority string // authority, defaults to backend server address member
|
/third_party/ffmpeg/libavformat/ |
D | url.h | 357 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/rust/crates/tracing/examples/examples/ |
D | tower-load.rs | 325 let authority = format!("{}", addr); in load_gen() localVariable
|
/third_party/nghttp2/examples/ |
D | libevent-client.c | 78 char *authority; member
|
/third_party/node/lib/internal/http2/ |
D | compat.js | 397 get authority() { getter in Http2ServerRequest
|
D | core.js | 3174 function connect(authority, options, listener) { argument 3246 value: (authority, options) => { argument
|