Skip to content

Instantly share code, notes, and snippets.

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 timbutler/5bc681bd3ba1e3e99b7ab80c6723ec47 to your computer and use it in GitHub Desktop.
Save timbutler/5bc681bd3ba1e3e99b7ab80c6723ec47 to your computer and use it in GitHub Desktop.
Gin Header Dump
// DEBUG----------------------------------------------------------
for k, v := range c.Request.Header {
log.Infof("Key: %s, Value: %s", k, v)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment