Files
2024-07-19 17:04:42 +02:00

9 lines
183 B
Go
Executable File

package ginserver
const (
HeaderNameContentType = "content-type"
HeaderNameCorrelationID = "correlationID"
HeaderValueApplicationJSONUTF8 = "application/json; charset=UTF-8"
)