Skip to content

Releases: suzuki-shunsuke/go-httpclient

v1.0.0

11 Jul 02:31
81b4684
Compare
Choose a tag to compare

Change log

v0.3.1...v1.0.0

#18 #19 #20 #21 #22 upgrade dependencies
#23 breaking change: change pointer to struct

BREAKING CHANGE

#23 change pointer to struct

v0.3.1

11 Jun 10:10
5cbc48f
Compare
Choose a tag to compare

#16 fix: read response body always

https://golang.org/pkg/net/http/#Response

The default HTTP client's Transport may not reuse HTTP/1.x "keep-alive" TCP connections
if the Body is not read to completion and closed.

v0.3.0

11 Jun 10:09
ca2b206
Compare
Choose a tag to compare
Merge pull request #10 from suzuki-shunsuke/feat/merge-timeout

feat: merge timeout to make API simple

v0.2.0: Merge pull request #3 from suzuki-shunsuke/feat/support-query-and-hea…

15 Apr 04:20
da22474
Compare
Choose a tag to compare
…der-and-return-response

feat: return response and support query and header

v0.1.0: Merge pull request #2 from suzuki-shunsuke/fix/rename-param

15 Apr 04:19
316b9e1
Compare
Choose a tag to compare

v0.1.0-1: Merge pull request #2 from suzuki-shunsuke/fix/rename-param

15 Apr 04:19
316b9e1
Compare
Choose a tag to compare
style: rename a parameter

v0.1.0-0: Merge pull request #1 from suzuki-shunsuke/feat/first-pr

15 Apr 04:19
075ea15
Compare
Choose a tag to compare
feat: implement basic functions