If I have a directory with the following contents: ``` foo.css foo.css.gz ``` It would be nice to serve the gzipped version when the client asks for `foo.css`. Does this seem like something that is in-scope for this library?