Goget will send a http request, and show the request time, status, response, and save response to a file
✔ CLI Tool
✔ http and https request
✔ Save response to file
First clone the file from github:
git clone https://github.com/banahaker/Goget.git
Go into the file and run go install:
cd Goget
go install
Finally you can use Goget now:
goget -u https://www.google.com -loc index.html
Flags:
- -u : (must) enter the url you want to request
- -loc: (optional) enter a filename(like index.html, goget will create a data folder and create index.html inside, then the response will write into this file).
- First version public