Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package context (gorilla) #7

Open
cydside opened this issue Sep 12, 2016 · 0 comments
Open

package context (gorilla) #7

cydside opened this issue Sep 12, 2016 · 0 comments

Comments

@cydside
Copy link

cydside commented Sep 12, 2016

Hi,
I'm figuring out how authentication works and its relation to "github.com/gorilla/context" package. This package, according to his webpage,

does not play well > with the shallow copying of the request that http.Request.WithContext (added to net/http Go 1.7 onwards) performs. You should either use just gorilla/context, or moving forward, the new http.Request.Context().

So, here I'm asking for moving forward both to use a native package and have a nice working example.
Thank you in advance,

Danilo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant