Skip to content

Releases: zzfup/go-fetch

v1.0.2 修复不释放tcp连接的bug

17 Apr 15:15
Compare
Choose a tag to compare

感谢finogeeks的小伙伴的提醒!

v1.0.1

03 Nov 05:35
Compare
Choose a tag to compare
rem: fmt

it can work

30 Oct 13:56
aae0117
Compare
Choose a tag to compare
v1.0.0

Update README.md

v0.2.0

30 Oct 13:36
Compare
Choose a tag to compare

default options

Options{
                Method: "GET",
		Header: map[string]string{
			"Accept-Encoding": "gzip,deflate",
			"Accept":          "*/*",
		},
		Body:    nil,
		Timeout: 20 * time.Second,
}

give a default options two

30 Oct 13:13
Compare
Choose a tag to compare
Pre-release
v0.1.2

fixed options bug

give a default options

30 Oct 13:10
Compare
Choose a tag to compare
Pre-release
v0.1.1

fixed some comments

fetch

16 Oct 02:07
Compare
Choose a tag to compare
v0.1.0

fixed some comments