Skip to content

Instantly share code, notes, and snippets.

@farhany
Last active April 24, 2019 03:51
Show Gist options
  • Save farhany/bd3b3d15f32e100fd2daf0c4898eb610 to your computer and use it in GitHub Desktop.
Save farhany/bd3b3d15f32e100fd2daf0c4898eb610 to your computer and use it in GitHub Desktop.
httputil.DumpResponse use in Go
res, err := c.httpClient.Do(req)
dump, _ := httputil.DumpResponse(res, true)
fmt.Printf("DUMP: %q\n", dump)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment