harbor/src/server
Daniel Jiang 05afb94b9b Store csrf token in the header of response instead of cookie
The current approach will prevent the effectiveness of `Cache-Control`
header and gorilla's library add `Vary:Cookie` header in all responses.

We will set the token in a header of response so the response can be
cached when needed.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2020-08-20 15:46:02 +08:00
..
handler Refresh the status of execution for every status changing of task 2020-08-17 17:38:55 +08:00
middleware Store csrf token in the header of response instead of cookie 2020-08-20 15:46:02 +08:00
registry Merge pull request #12792 from ywk253100/200814_proxy_cache 2020-08-18 16:22:51 +08:00
router fix Conformance testing failure 2020-03-09 10:29:10 +08:00
v2.0 Merge pull request #12793 from ywk253100/200816_disable_tag 2020-08-18 16:15:33 +08:00
route.go Implement task and execution manager 2020-06-23 17:10:58 +08:00
server.go Bump up the version of legacy APIs to v2.0 2020-02-14 13:16:30 +08:00
version.go move send error to source lib (#12175) 2020-06-19 01:04:50 +08:00