Versions in this module Expand all Collapse all v0 v0.0.4 Jul 9, 2021 Changes in this version + var HeaderAccept = http.CanonicalHeaderKey("Accept") + var HeaderAcceptLanguage = http.CanonicalHeaderKey("Accept-Language") + var HeaderContentType = http.CanonicalHeaderKey("Content-Type") + func ContentSubtype(contentType string) string + func ContentType(subtype string) string + func GRPCCodeFromStatus(code int) codes.Code + func StatusFromGRPCCode(code codes.Code) int