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
- Host: GitHub
- URL: https://github.com/bimde/httputils
- Owner: Bimde
- License: mit
- Created: 2019-04-08T21:10:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T14:06:52.000Z (almost 7 years ago)
- Last Synced: 2025-04-04T04:32:32.265Z (12 months ago)
- Topics: go, http, library
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://godoc.org/github.com/Bimde/httputils)
[](https://goreportcard.com/report/github.com/Bimde/httputils)
[](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.