How to Install golang-github-parnurzeal-gorequest-dev in Ubuntu 18.04



Install golang-github-parnurzeal-gorequest-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-parnurzeal-gorequest-dev

Description:

Go library for simplified HTTP client

GoRequest is a simplified HTTP client inspired by famous SuperAgent library in Node.js. . Sending request would never been fun and easier than this. It comes with lots of feature: - Get/Post/Put/Head/Delete/Patch/Options - Set - simple header setting - JSON - made it simple with JSON string as a parameter - Multipart-Support - send data and files as multipart request - Proxy - sending request via proxy - Timeout - setting timeout for a request - TLSClientConfig - taking control over tls where at least you can disable security check for https - RedirectPolicy - Cookie setting cookies for your request - CookieJar automatic in-memory cookiejar - BasicAuth setting basic authentication header - more to come..

Homepage: https://github.com/parnurzeal/gorequest

Version: 0.2.15-1

Section: universe/devel