mirror of
https://github.com/projectdiscovery/httpx.git
synced 2024-11-28 04:24:36 +03:00
updating readme
This commit is contained in:
parent
4df291b4a5
commit
d22b33cb92
@ -48,7 +48,7 @@ httpx -h
|
||||
This will display help for the tool. Here are all the switches it supports.
|
||||
|
||||
| Flag | Description | Example |
|
||||
|------------------- |-------------------------------------------------------|----------------------------------------------------|
|
||||
|------------------------ |-------------------------------------------------------|----------------------------------------------------|
|
||||
| -H | Custom Header input | httpx -H 'x-bug-bounty: hacker' |
|
||||
| -follow-redirects | Follow URL redirects (default false) | httpx -follow-redirects |
|
||||
| -follow-host-redirects | Follow URL redirects only when staying on the same host (default false) | httpx -follow-host-redirects|
|
||||
@ -73,7 +73,7 @@ This will display help for the tool. Here are all the switches it supports.
|
||||
| -verbose | Verbose Mode | httpx -verbose |
|
||||
| -version | Prints current version of the httpx | httpx -version |
|
||||
| -x | Request Method (default 'GET') | httpx -x HEAD |
|
||||
| -response-in-stdout | Include response in stdout (only works with -json) | httpx -response-in-stdout |
|
||||
| -response-in-json | Include response in stdout (only works with -json) | httpx -response-in-json |
|
||||
| -websocket | Prints if a websocket is exposed | httpx -websocket |
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user