Created
March 15, 2018 07:19
-
-
Save rShetty/acf5a79fd3205191ceb88330d2655267 to your computer and use it in GitHub Desktop.
timeouts
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
httpClient := heimdall.NewHTTPClient(1 * time.Millisecond) | |
_, err := httpClient.Get(“https://gojek.com/drivers", http.Header{}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment