k3s/pkg/genericapiserver/filters
Davanum Srinivas 1b67df90fa Support Access-Control-Expose-Headers in CORS Handler
Our typical HTTP Response has a "Date" Header, if we don't add an
additional http header "Access-Control-Expose-Headers: Date" then
the browser based clients cannot use the Date HTTP Header.

Fixes #33231
2016-09-28 19:32:25 -04:00
..
cors.go Support Access-Control-Expose-Headers in CORS Handler 2016-09-28 19:32:25 -04:00
cors_test.go Support Access-Control-Expose-Headers in CORS Handler 2016-09-28 19:32:25 -04:00
doc.go
longrunning.go
maxinflight.go
maxinflight_test.go
panics.go Store RequestInfo in Context 2016-09-28 18:51:34 +02:00
timeout.go Move longrunning predicate into Config instead of RE 2016-09-27 16:04:35 +02:00
timeout_test.go