homebox/backend/pkgs/server/constants.go
2022-08-29 18:30:36 -08:00

7 lines
123 B
Go

package server
const (
ContentType = "Content-Type"
ContentJSON = "application/json"
ContentXML = "application/xml"
)