kubernetes/staging/src/k8s.io/apiserver/pkg/server/filters/content_type.go

// WithContentType sets both the Content-Type and the X-Content-Type-Options (nosniff) header
func WithContentType(handler http.Handler, contentType string) http.Handler {}