Home
last modified time | relevance | path

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

/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/libxml2/include/libxml/
Duri.h36 char *authority; /* the authority part */ member
/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.h122 StringRef authority; member
131 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
1394 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.cc1012 auto authority = stream->header.authority; in submit_push_promise() local
1211 auto authority = stream->header.authority; in prepare_redirect_response() local
Dshrpx_client_handler.cc1052 StringRef authority, path; in get_downstream_connection() local
Dshrpx_http_downstream_connection.cc491 auto authority = StringRef(downstream_hostport); in push_request_headers() local
Dhttp2.cc1596 StringRef &authority, StringRef &path, in construct_push_component()
Dshrpx_http2_session.cc2261 auto authority = promised_req.fs.header(http2::HD__AUTHORITY); in handle_downstream_push_promise_complete() local
Dnghttp.cc2050 auto authority = req->get_req_header(http2::HD__AUTHORITY); in on_frame_recv_callback2() local
Dshrpx_http3_upstream.cc2195 auto authority = req.fs.header(http2::HD__AUTHORITY); in http_end_request_headers() local
/third_party/nghttp2/integration-tests/
Dserver_tester.go61 authority string // server's host:port member
329 authority string // authority, defaults to backend server address member
/third_party/ffmpeg/libavformat/
Durl.h357 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/rust/crates/tracing/examples/examples/
Dtower-load.rs325 let authority = format!("{}", addr); in load_gen() localVariable
/third_party/nghttp2/examples/
Dlibevent-client.c78 char *authority; member
/third_party/node/lib/internal/http2/
Dcompat.js397 get authority() { getter in Http2ServerRequest
Dcore.js3174 function connect(authority, options, listener) { argument
3246 value: (authority, options) => { argument