You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ Options:
121
121
Rates of requests for burst. Default is 1
122
122
Note: If qps is specified, burst will be ignored
123
123
--rand-regex-url
124
-
Generate URL by rand_regex crate but dot is disabled for each query e.g. http://127.0.0.1/[a-z][a-z][0-9]. Currently dynamic scheme, host and port with keep-alive are not works well. See https://docs.rs/rand_regex/latest/rand_regex/struct.Regex.html for details of syntax.
124
+
Generate URL by rand_regex crate but dot is disabled for each query e.g. http://127.0.0.1/[a-z][a-z][0-9]. Currently dynamic scheme, host and port with keep-alive do not work well. See https://docs.rs/rand_regex/latest/rand_regex/struct.Regex.html for details of syntax.
125
125
--max-repeat <MAX_REPEAT>
126
126
A parameter for the '--rand-regex-url'. The max_repeat parameter gives the maximum extra repeat counts the x*, x+ and x{n,} operators will become. [default: 4]
127
127
--dump-urls <DUMP_URLS>
@@ -150,8 +150,14 @@ Options:
150
150
Content-Type.
151
151
-a <BASIC_AUTH>
152
152
Basic authentication, username:password
153
+
-x <PROXY>
154
+
HTTP proxy
155
+
--proxy-http-version <PROXY_HTTP_VERSION>
156
+
HTTP version to connect to proxy. Available values 0.9, 1.0, 1.1, 2.
157
+
--proxy-http2
158
+
Use HTTP/2 to connect to proxy. Shorthand for --proxy-http-version=2
0 commit comments