1
0
Fork 1
mirror of https://github.com/hay-kot/homebox.git synced 2025-02-24 05:09:01 +00:00
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"
)