forked from mirrors/homebox
7 lines
123 B
Go
7 lines
123 B
Go
package server
|
|
|
|
const (
|
|
ContentType = "Content-Type"
|
|
ContentJSON = "application/json"
|
|
ContentXML = "application/xml"
|
|
)
|