Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 383 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 383 Bytes

Curling

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.

Install

go get github.com/erice5005/Curling

Usage

See example

Supports

GET, POST, PUT, PATCH

TODO

  • Benchmarking
  • More Methods
  • Concurrent Execution