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