You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am tryed insert code in file request.go, but this not work for me
Error req have not method Header
Help me please. I'm sure it's simple, but I don't understand the language Golang. for key, values := range req.Header { for _, value := range values { fmt.Printf("%s: %s\n", key, value) } }
Hi
I need get all request headers. Please write example code. Thanks
The text was updated successfully, but these errors were encountered: