Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 919 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 919 Bytes

Go Report Card GoDoc Build Status Coverage Status

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