Y
Hacker News
new
|
ask
|
show
|
jobs
by
dreamdu5t
4567 days ago
Just curious, but why have request be different from context? The request
is
the context.
1 comments
regecks
4567 days ago
While using gocraft/web I've slowly come to the realization that it would be very convenient if the Context already knew about the Request and Response (without me having to pass web.ResponseWriter everywhere).
link