photoprism/pkg/header/proto.go

8 lines
87 B
Go

package header
var (
ProtoHttp = "http"
ProtoHttps = "https"
ProtoWss = "wss"
)