mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-03 19:44:55 +01:00
8 lines
123 B
Go
8 lines
123 B
Go
package server
|
|
|
|
const (
|
|
ContentType = "Content-Type"
|
|
ContentJSON = "application/json"
|
|
ContentXML = "application/xml"
|
|
)
|