github.com/best4tires/kit@v1.0.5/srv/header.go (about)

     1  package srv
     2  
     3  const (
     4  	HeaderContentType     = "Content-Type"
     5  	HeaderAccept          = "Accept"
     6  	HeaderContentEncoding = "Content-Encoding"
     7  )
     8  
     9  const (
    10  	ContentTypeJSONUTF8 = "application/json; charset=utf-8"
    11  )