AdGuardHome/internal/aghhttp/header.go

10 lines
158 B
Go
Raw Normal View History

2022-09-29 19:10:03 +03:00
package aghhttp
2023-04-12 14:48:42 +03:00
// HTTP headers
2022-09-29 19:10:03 +03:00
// HTTP header value constants.
const (
HdrValApplicationJSON = "application/json"
HdrValTextPlain = "text/plain"
)