Skip to content

Commit d576afd

Browse files
authored
fix(help): add missing --har option (mcollina#396)
1 parent 20458ec commit d576afd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

help.txt

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Available options:
4545
The body of the request.
4646
-H/--headers K=V
4747
The request headers.
48+
--har FILE
49+
When provided, Autocannon will use requests from the HAR file.
50+
CAUTION: you have to specify one or more domains using URL option: only the HAR requests to the same domains will be considered.
51+
NOTE: you can still add extra headers with -H/--headers but -m/--method, -F/--form, -i/--input -b/--body will be ignored.
4852
-B/--bailout NUM
4953
The number of failures before initiating a bailout.
5054
-M/--maxConnectionRequests NUM

0 commit comments

Comments
 (0)