Closed Jake-Convictional closed 2 years ago
Hi @aohorodnyk, thanks for the useful library!
It would be great if AcceptHeader.mheaders were exported so that we can invent our own custom negotiations while still using the parsing from your package. I'll put up a PR for your review.
AcceptHeader.mheaders
Current:
type AcceptHeader struct { mheaders []MimeHeader }
Becomes:
type AcceptHeader struct { MHeaders []MimeHeader }
Hi @aohorodnyk, thanks for the useful library!
It would be great if
AcceptHeader.mheaders
were exported so that we can invent our own custom negotiations while still using the parsing from your package. I'll put up a PR for your review.Proposed change:
Current:
Becomes: