You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current (v2.4.1) DecodeHeaders function returns the internal textproto.MIMEHeader rather than the one from the stdlib. This can make it awkward to work with.
The current (v2.4.1)
DecodeHeadersfunction returns the internaltextproto.MIMEHeaderrather than the one from the stdlib. This can make it awkward to work with.