httpx
Installing httpx
Learn about how to install and get started with httpx
Go
Brew
Docker
GitHub
Binary
Enter the command below in a terminal to install ProjectDiscovery’s httpx using Go.
go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest
Installation Notes
- httpx requires the lastest version of Go
- Add the Go bin path to the system paths. On OSX or Linux, in your terminal use
echo export $PATH=$PATH:$HOME/go/bin >> $home/.bashrc
source $home/.bashrc
-
To add the path in Windows, click this link for instructions.
-
The binary will be located in
$home/go/bin/httpx