AdGuardHome/internal/aghhttp/header.go
2023-04-12 14:48:42 +03:00

9 lines
158 B
Go

package aghhttp
// HTTP headers
// HTTP header value constants.
const (
HdrValApplicationJSON = "application/json"
HdrValTextPlain = "text/plain"
)