We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfa2fe commit 32a2c8bCopy full SHA for 32a2c8b
README.md
@@ -15,7 +15,7 @@ sylr/hey is a fork of the unmaintained https://github.com/rakyll/hey.
15
16
hey runs provided number of requests in the provided concurrency level and prints stats.
17
18
-It also supports HTTP2 endpoints.
+It also supports HTTP2/HTTP3 endpoints.
19
20
```
21
Usage: hey [options...] <url>
@@ -44,6 +44,7 @@ Options:
44
-a Basic authentication, username:password.
45
-x HTTP Proxy address as host:port.
46
-h2 Enable HTTP/2.
47
+ -h3 Enable HTTP/3.
48
49
-host HTTP Host header.
50
0 commit comments