[Python-ideas] HTTP compression support for http.server
Pierre Quentel
pierre.quentel at gmail.com
Mon Aug 7 04:19:30 EDT 2017
2017-08-05 12:49 GMT+02:00 Barry <barry at barrys-emacs.org>:
> Does you code allow suporting more then gzip? For example Brotli
> compression is becoming inmportant for some web apps.
>
> Barry
>
In the latest version of the Pull Request, only gzip is supported. But your
comment makes me think that the code should probably be more modular so
that subclasses of SimpleHTTPRequestHandler could handle other algorithms.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20170807/d94f6e75/attachment.html>
More information about the Python-ideas
mailing list