HTTP header constants for Gophers.
go install github.com/nafigator/http/headers
import (
"fmt"
"github.com/nafigator/http/headers"
)
fmt.Println(headers.AcceptCharset) // Accept-Charset
fmt.Println(headers.IfNoneMatch) // If-None-Match
fmt.Println(headers.Normalize("conTent-tYpe")) // Content-Type
Clone repo and run:
go test -C tests ./...