keel/net/http/headervalues.go
2021-09-06 22:13:07 +02:00

6 lines
68 B
Go

package http
const (
HeaderValueAuthorizationPrefix = "Bearer "
)