An open API service indexing awesome lists of open source software.

https://github.com/bimde/httputils

net/http wrapper for easy outbound http requests in go
https://github.com/bimde/httputils

go http library

Last synced: 12 months ago
JSON representation

net/http wrapper for easy outbound http requests in go

Awesome Lists containing this project

README

          

[![GoDoc](https://godoc.org/github.com/Bimde/httputils?status.svg)](https://godoc.org/github.com/Bimde/httputils)
[![Go Report Card](https://goreportcard.com/badge/github.com/Bimde/httputils)](https://goreportcard.com/report/github.com/Bimde/httputils)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/Bimde/httputils/blob/master/LICENSE)

# HTTP Client Library for Go
net/http wrapper for easy outbound http requests in go.

# How to use
Documentation isn't written yet. This wrapper was purpose-built for [this project](https://github.com/Bimde/openshot-sdk-go), making it a great place to look for code samples.