gotham-rs / gotham

A flexible web framework that promotes stability, safety, security and speed.

Home Page:https://gotham.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make code to parse Accept-Encoding header public

msrd0 opened this issue · comments

commented

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.