github.com/go-graphite/carbonapi@v0.17.0/zipper/httpHeaders/headers.go (about)

     1  package httpHeaders
     2  
     3  const (
     4  	ContentTypeJSON          = "application/json"
     5  	ContentTypeProtobuf      = "application/x-protobuf"
     6  	ContentTypePickle        = "application/pickle"
     7  	ContentTypeCarbonAPIv3PB = "application/x-carbonapi-v3-pb"
     8  	ContentTypeCarbonAPIv2PB = "application/x-protobuf"
     9  )