7a05c5553b
Signed-off-by: Michael Mayer <michael@photoprism.app>
8 lines
206 B
Go
8 lines
206 B
Go
package header
|
|
|
|
const (
|
|
ContentType = "Content-Type"
|
|
ContentTypeForm = "application/x-www-form-urlencoded"
|
|
ContentTypeJson = "application/json"
|
|
ContentDisposition = "Content-Disposition"
|
|
)
|