Alt-Svc:
response header.Alt-Svc:
headers, curl will store those in the cache at exit.Alt-Svc:
is only trusted and parsed from servers when connected to over HTTPS.Alt-Svc:
headers is as of August 2019 the only defined way to bootstrap a client and server into using HTTP/3. The server then hints to the client over HTTP/1 or HTTP/2 that it also is available over HTTP/3 and then curl can connect to it using HTTP/3 in the subsequent request if the alt-svc cache says so.