Home
last modified time | relevance | path

Searched refs:AltSvc (Results 1 – 8 of 8) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http_test.cc124 std::vector<AltSvc> altsvcs{
125 AltSvc{
139 std::vector<AltSvc> altsvcs{
140 AltSvc{
145 AltSvc{
Dshrpx_http.h84 const std::vector<AltSvc> &altsvcs);
Dshrpx_config.h479 struct AltSvc { struct
861 std::vector<AltSvc> altsvcs;
864 std::vector<AltSvc> http2_altsvcs;
Dshrpx_http.cc224 const std::vector<AltSvc> &altsvcs) { in create_altsvc_header_value()
Dshrpx_config.cc427 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/
Dlibcurl-env-dbg.md25 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/
Dnode_http2.h593 void AltSvc(int32_t id,
715 static void AltSvc(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_http2.cc2922 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()