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