func github.com/prometheus/common/expfmt.Negotiate

2 uses

	github.com/prometheus/common/expfmt (current package)
		encode.go#L41: func Negotiate(h http.Header) Format {

	github.com/prometheus/client_golang/prometheus/promhttp
		http.go#L147: 		contentType := expfmt.Negotiate(req.Header)