/goreq

Primary LanguageGoGNU General Public License v3.0GPL-3.0

goreq

Build Status GoDoc Go Report Card

http request utility library for Go

this package is very small and lightweight, useful for RESTful APIs.

installation

go get github.com/alioygur/goreq

usage

for more documentation godoc

Contribute

Use issues for everything

  • Report problems
  • Discuss before sending a pull request
  • Suggest new features/recipes
  • Improve/fix documentation

Thanks & Authors

I use code/got inspiration from these excellent libraries: