Attempt an HTTP/3 transfer when curl build and server support it.
Section: Debugging and Diagnostics
Try HTTP/3
bash
bash
curl --http3 https://example.comExplanation
HTTP/3 support depends on the curl build and backend support.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Debugging and Diagnostics
Limit total transfer time
Abort the request after a fixed total duration.
Override DNS resolution
Map a hostname and port to a specific IP address.
Redirect one host:port to another
Change where curl connects without changing the URL's host name.