Skip to content

Commit e4bd28e

Browse files
committed
CHORE: Added doc about --method option
1 parent 2c197af commit e4bd28e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ urltracker --auth user:pass https://httpbin.org/basic-auth/user/pass
9797
urltracker --header "User-Agent: Mozilla/5.0" --header "Accept-Language: en-US" https://httpbin.org/status/200
9898
```
9999

100+
### Using Custom Method
101+
102+
```bash
103+
urltracker --method PATCH https://httpbin.org/anything --verbose
104+
```
105+
100106
### Verbose Output
101107

102108
```bash
@@ -116,6 +122,7 @@ Options:
116122
-v, --verbose Verbose mode: show all redirect URLs
117123
-q, --quiet Quiet mode: no output to console
118124
-nc, --no-color Disable colored output
125+
-m, --method <method> HTTP method to use (default: GET. HEAD is faster but some servers may block it)
119126
-a, --auth <user:password> Use HTTP Basic Authentication
120127
-H, --header <header> Add custom header (can be used multiple times)
121128
-c, --cookie <name=value> Add a cookie (can be used multiple times)

0 commit comments

Comments
 (0)