9 lines
183 B
Go
Executable File
9 lines
183 B
Go
Executable File
package ginserver
|
|
|
|
const (
|
|
HeaderNameContentType = "content-type"
|
|
HeaderNameCorrelationID = "correlationID"
|
|
|
|
HeaderValueApplicationJSONUTF8 = "application/json; charset=UTF-8"
|
|
)
|