auth/internal/common/common.go

9 lines
282 B
Go

package common
const (
MIMEApplicationJSON string = "application/json"
MIMEApplicationXWWWFormUrlencoded string = "application/x-www-form-urlencoded"
MIMETextHTML string = "text/html"
MIMETextPlain string = "text/plain"
)