grafana/pkg/services/contexthandler
sh0rez 3ca3a59079
pkg/web: remove dependency injection (#49123)
* pkg/web: store http.Handler internally

* pkg/web: remove injection

Removes any injection code from pkg/web.

It already was no longer functional, as we already only injected into
`http.Handler`, meaning we only inject ctx.Req and ctx.Resp.

Any other types (*Context, *ReqContext) were already accessed using the
http.Request.Context.Value() method.

* *: remove type mappings

Removes any call to the previously removed TypeMapper, as those were
non-functional already.

* pkg/web: remove Context.Invoke

was no longer used outside of pkg/web and also no longer functional
2022-05-24 15:35:08 -04:00
..
authproxy Chore: Remove bus from authproxy (#46936) 2022-03-30 17:01:24 +02:00
ctxkey pkg/web: restrict handler types (#48495) 2022-05-20 12:45:18 -04:00
auth_jwt.go Chore: Remove bus from contexthandler (#47458) 2022-04-08 10:33:19 +02:00
auth_proxy_test.go Chore: Remove bus from contexthandler (#47458) 2022-04-08 10:33:19 +02:00
contexthandler_test.go Chore: replace macaron with web package (#40136) 2021-10-11 14:30:59 +02:00
contexthandler.go pkg/web: remove dependency injection (#49123) 2022-05-24 15:35:08 -04:00