Created
August 27, 2016 00:00
-
-
Save cep21/6b7b5b1f9b3a460de310053179527323 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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