AdGuardHome/internal/aghhttp/header.go

11 lines
245 B
Go

package aghhttp
// HTTP headers
// HTTP header value constants.
const (
HdrValApplicationJSON = "application/json"
HdrValStrictTransportSecurity = "max-age=31536000; includeSubDomains"
HdrValTextPlain = "text/plain"
)