github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/pkg/httputils/const.go (about) 1 package httputils 2 3 const ( 4 // ContentTypeApplicationJSON missing godoc 5 ContentTypeApplicationJSON = "application/json" 6 // HeaderContentTypeKey missing godoc 7 HeaderContentTypeKey = "Content-Type" 8 )