teleport/lib/httplib
Andrew Lytvynov 7ccdd87496 Enable more Go linters: varcheck,bodyclose,structcheck
All changes should be noop, except for
`integration/integration_test.go`.

The integration test was ignoring `recordingMode` test case parameter
and always used `RecordAtNode`. When switching to `recordingMode`, test
cases with `RecordAtProxy` fail with a confusing error about missing
user agent. Filed https://github.com/gravitational/teleport/issues/3606
to track that separately and unblock enabling `structcheck` linter.
2020-04-24 15:52:43 +00:00
..
csrf Set SameSite attribute on CSRF cookie 2020-03-13 17:27:42 -07:00
httpheaders.go Add Referrer-Policy header 2019-09-03 13:44:20 -07:00
httplib.go Initial implementation of Kubernetes support 2018-06-03 12:55:13 -07:00
httplib_test.go Enable more Go linters: varcheck,bodyclose,structcheck 2020-04-24 15:52:43 +00:00