weather/pkg/headers/header.go

10 lines
190 B
Go
Raw Normal View History

2021-03-01 23:53:22 +00:00
package headers
const (
//ContentType ...
2021-04-07 21:02:36 +00:00
ContentType = "Content-Type"
TransferEncoding = "Transfer-Encoding"
Connection = "Connection"
CacheControl = "Cache-Control"
2021-03-01 23:53:22 +00:00
)