wip
This commit is contained in:
8
mangezmieux-backend/internal/ginserver/headers.go
Executable file
8
mangezmieux-backend/internal/ginserver/headers.go
Executable file
@@ -0,0 +1,8 @@
|
||||
package ginserver
|
||||
|
||||
const (
|
||||
HeaderNameContentType = "content-type"
|
||||
HeaderNameCorrelationID = "correlationID"
|
||||
|
||||
HeaderValueApplicationJSONUTF8 = "application/json; charset=UTF-8"
|
||||
)
|
||||
Reference in New Issue
Block a user