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
Gotham's to_file and to_dir methods internally handle compression and parsing the Accept-Encoding header. However, these methods cannot be used all the time, so it would be nice if we export the code to parse the Accept-Encoding header to extract the client-preferred compression.
The text was updated successfully, but these errors were encountered:
Gotham's
to_file
andto_dir
methods internally handle compression and parsing theAccept-Encoding
header. However, these methods cannot be used all the time, so it would be nice if we export the code to parse theAccept-Encoding
header to extract the client-preferred compression.The text was updated successfully, but these errors were encountered: