02a1b12edb
Signed-off-by: Michael Mayer <michael@photoprism.app>
15 lines
447 B
Go
15 lines
447 B
Go
package header
|
|
|
|
const (
|
|
Accept = "Accept"
|
|
AcceptRanges = "Accept-Ranges"
|
|
ContentType = "Content-Type"
|
|
ContentTypeForm = "application/x-www-form-urlencoded"
|
|
ContentTypeJson = "application/json"
|
|
ContentDisposition = "Content-Disposition"
|
|
ContentEncoding = "Content-Encoding"
|
|
ContentRange = "Content-Range"
|
|
Location = "Location"
|
|
Origin = "Origin"
|
|
Vary = "Vary"
|
|
)
|