github.com/lingyao2333/mo-zero@v1.4.1/rest/internal/header/headers.go (about) 1 package header 2 3 const ( 4 // ApplicationJson stands for application/json. 5 ApplicationJson = "application/json" 6 // ContentType is the header key for Content-Type. 7 ContentType = "Content-Type" 8 // JsonContentType is the content type for JSON. 9 JsonContentType = "application/json; charset=utf-8" 10 )