https://github.com/postfinance/httpclient
Generates a HTTP client from a service definition (interface). The created client is ready to use in production with many configuration options and sensible defaults.
https://github.com/postfinance/httpclient
golang
Last synced: 7 months ago
JSON representation
Generates a HTTP client from a service definition (interface). The created client is ready to use in production with many configuration options and sensible defaults.
- Host: GitHub
- URL: https://github.com/postfinance/httpclient
- Owner: postfinance
- License: mit
- Created: 2018-03-12T08:10:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T12:24:51.000Z (almost 3 years ago)
- Last Synced: 2024-06-19T10:07:25.505Z (12 months ago)
- Topics: golang
- Language: Go
- Size: 33.2 KB
- Stars: 13
- Watchers: 9
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/postfinance/httpclient)
[](https://godoc.org/github.com/postfinance/httpclient)
[](https://github.com/postfinance/httpclient/actions)
[](https://coveralls.io/github/postfinance/httpclient?branch=master)# httpclient
Generates a HTTP client from a service definition (interface). The created client is ready to use in production with many configuration options and sensible defaults.
## Requirements
Go 1.7
## Installation
# go get -u github.com/postfinance/httpclient/cmd/httpclient-gen-go
## Usage
See [example](example/)