Open
Description
I think we can remove this line:
Line 98 in 2fe4a09
The net/http/header.go
already convert this for us:
// Values returns all values associated with the given key.
// It is case insensitive; textproto.CanonicalMIMEHeaderKey is
// used to canonicalize the provided key. To use non-canonical
// keys, access the map directly.
// The returned slice is not a copy.
func (h Header) Values(key string) []string {
return textproto.MIMEHeader(h).Values(key)
}
Metadata
Metadata
Assignees
Labels
No labels