Skip to content

Instantly share code, notes, and snippets.

@rShetty
Created March 15, 2018 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rShetty/acf5a79fd3205191ceb88330d2655267 to your computer and use it in GitHub Desktop.
Save rShetty/acf5a79fd3205191ceb88330d2655267 to your computer and use it in GitHub Desktop.
timeouts
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