forked from mirrors/homebox
8 lines
214 B
Go
8 lines
214 B
Go
package server
|
|
|
|
const (
|
|
ContentType = "Content-Type"
|
|
ContentJSON = "application/json"
|
|
ContentXML = "application/xml"
|
|
ContentFormUrlEncoded = "application/x-www-form-urlencoded"
|
|
)
|