From 8c6b4e07668f01ee4212e1eef3e93f90dbfc03ce Mon Sep 17 00:00:00 2001 From: devploit Date: Tue, 19 Mar 2024 15:46:44 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6178eb6..3e110a3 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ Flags: -l, --rate-limit Halt requests upon encountering a 429 (rate limit) HTTP status code. -r, --redirect Automatically follow redirects in responses. --request-file string Load request configuration and flags from a specified file. + --timeout int Specify a max timeout time (default: 6000ms). (default 6000) -u, --uri string Specify the target URL for the request. -a, --user-agent string pecify a custom User-Agent string for requests (default: 'nomore403'). -v, --verbose Enable verbose output for detailed request/response logging.