Searched refs:AltSvc (Results 1 – 8 of 8) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_http_test.cc | 124 std::vector<AltSvc> altsvcs{ 125 AltSvc{ 139 std::vector<AltSvc> altsvcs{ 140 AltSvc{ 145 AltSvc{
|
D | shrpx_http.h | 84 const std::vector<AltSvc> &altsvcs);
|
D | shrpx_config.h | 479 struct AltSvc { struct 861 std::vector<AltSvc> altsvcs; 864 std::vector<AltSvc> http2_altsvcs;
|
D | shrpx_http.cc | 224 const std::vector<AltSvc> &altsvcs) { in create_altsvc_header_value()
|
D | shrpx_config.cc | 427 int parse_altsvc(AltSvc &altsvc, const StringRef &opt, in parse_altsvc() 3402 AltSvc altsvc{}; in parse_config() 4023 AltSvc altsvc{}; in parse_config()
|
/third_party/curl/docs/libcurl/ |
D | libcurl-env-dbg.md | 25 Bypass the AltSvc HTTPS protocol restriction if this variable exists. 98 Fake unix timestamp to use for AltSvc, HSTS and CURLINFO variables that are
|
/third_party/node/src/ |
D | node_http2.h | 593 void AltSvc(int32_t id, 715 static void AltSvc(const v8::FunctionCallbackInfo<v8::Value>& args);
|
D | node_http2.cc | 2922 void Http2Session::AltSvc(int32_t id, in AltSvc() function in node::http2::Http2Session 2942 void Http2Session::AltSvc(const FunctionCallbackInfo<Value>& args) { in AltSvc() function in node::http2::Http2Session 2969 session->AltSvc(id, *origin, origin_len, *value, value_len); in AltSvc() 3267 SetProtoMethod(isolate, session, "altsvc", Http2Session::AltSvc); in Initialize()
|