Wrapper for http requests. The aim is to reduce the code needed for a http request to an arbitrary server with an arbitrary data payload. This takes it down to one line.
go get github.com/erice5005/Curling
See example
GET
, POST
, PUT
, PATCH
- Benchmarking
- More Methods
- Concurrent Execution