Files
mam-contract/internal/utils/headers.go
Jeffrey Duroyon 33db360b03 init
2023-10-18 19:52:34 +02:00

9 lines
179 B
Go
Executable File

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