We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--har
1 parent 20458ec commit d576afdCopy full SHA for d576afd
help.txt
@@ -45,6 +45,10 @@ Available options:
45
The body of the request.
46
-H/--headers K=V
47
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.
52
-B/--bailout NUM
53
The number of failures before initiating a bailout.
54
-M/--maxConnectionRequests NUM
0 commit comments