Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@aisk
Copy link

@aisk aisk commented Jan 5, 2020

Since the context package is part of standard library, I think we should support it.

And web.go had a struct called Context and is used to passing values to handler, I think we can reuse it as a context.Context interface. The easist way to do it is embed the context.Context from http.Request.Context() to web.go's Context.

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

Successfully merging this pull request may close these issues.

1 participant