Skip to content

Instantly share code, notes, and snippets.

@cep21
Created August 27, 2016 00:00
Show Gist options
  • Save cep21/6b7b5b1f9b3a460de310053179527323 to your computer and use it in GitHub Desktop.
Save cep21/6b7b5b1f9b3a460de310053179527323 to your computer and use it in GitHub Desktop.
type Request struct {
Method string
URL *url.URL
// ...
// Trace callbacks are executed if they are set
Trace ClientTrace
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment