Skip to content

Instantly share code, notes, and snippets.

@jacoelho
Last active July 31, 2017 19:07
Show Gist options
  • Save jacoelho/297adcb1291f2dd238823490399b46bd to your computer and use it in GitHub Desktop.
Save jacoelho/297adcb1291f2dd238823490399b46bd to your computer and use it in GitHub Desktop.
// http.Client - comments removed
type Client struct {
Transport RoundTripper
CheckRedirect func(req *Request, via []*Request) error
Jar CookieJar
Timeout time.Duration
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment