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
By default, .decode() returns UTF-8. Some systems, however, expect headers to be bytes and to worry about it themselves. We may optionally want to disable this automatic decoding of the text encoding, and instead to return byte strings.
The text was updated successfully, but these errors were encountered:
By default,
.decode()
returns UTF-8. Some systems, however, expect headers to be bytes and to worry about it themselves. We may optionally want to disable this automatic decoding of the text encoding, and instead to return byte strings.The text was updated successfully, but these errors were encountered: