GitXplorerGitXplorer
s

httpclient

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
bc5ecb39d78b7aa2642ffd48730432d0c324b723

Merge pull request #5 from sebnow/go-1.9

ssebnow committed 7 years ago
Unverified
a5e0064a841cc3b833ab7b8bedcc47fbf98f03f7

Test against go 1.9.x

ssebnow committed 7 years ago
Unverified
9c35d84465eb5395504c7b28ac78590503a5e8b2

Merge pull request #4 from sebnow/remove-gomock

ssebnow committed 7 years ago
Unverified
804031d86c98a03ba8c6b602bd5a31e4e31ea87f

Remove gomock from dependencies

ssebnow committed 7 years ago
Unverified
d9746553a614209d503a27c72a054f3c625d4b6f

Merge pull request #3 from sebnow/drop-go-master

ssebnow committed 8 years ago
Unverified
bce32cb140d393cf3e27c26418727f3d7feb7fbb

Drop support for Go master

ssebnow committed 8 years ago

README

The README file for this repository.

Build Status Coverage Status Go Report Card

Description

The httpclient package provides an interface for Go's standard http.Client concrete type. This makes it easier to mock HTTP clients, or wrap them with additional functionality.

Usage

client := httpclient.NewContext(http.DefaultClient)
response, err := client.GetContext(ctx.TODO(), "https://golang.org")