local-server/pkg/mime/mime.go
Mikaël Cluseau 4acdf88785 misc fixes
2023-02-13 17:31:37 +01:00

14 lines
324 B
Go

package mime
const (
JSON = "application/json"
YAML = "text/vnd.yaml"
TAR = "application/tar"
DISK = "application/x-diskimage"
ISO = "application/x-iso9660-image"
IPXE = "text/x-ipxe"
OCTET = "application/octet-stream"
CERT = "application/x-x509-user-cert"
CACERT = "application/x-x509-ca-cert"
)