Skip to content

v0.2.0

Compare
Choose a tag to compare
@gofenix gofenix released this 30 Oct 13:36
· 7 commits to master since this release

default options

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