homebox/backend/pkgs/server/constants.go
2022-08-30 16:40:27 -08:00

8 lines
214 B
Go

package server
const (
ContentType = "Content-Type"
ContentJSON = "application/json"
ContentXML = "application/xml"
ContentFormUrlEncoded = "application/x-www-form-urlencoded"
)