Changes headers to IETF standard

This commit is contained in:
Sean Sullivan
2021-05-26 09:32:10 -07:00
parent 3726309bf9
commit faae926d15

View File

@@ -25,8 +25,8 @@ import (
) )
const ( const (
kubectlCommandHeader = "X-Kubectl-Command" kubectlCommandHeader = "Kubectl-Command"
kubectlSessionHeader = "X-Kubectl-Session" kubectlSessionHeader = "Kubectl-Session"
) )
// CommandHeaderRoundTripper adds a layer around the standard // CommandHeaderRoundTripper adds a layer around the standard