httpbin
httpbin copied to clipboard
Use brotli with CPython, brotlicffi elsewhere
Upstream recommends using the standard brotli package with CPython, relying on the CFFI alternative only on other platforms. Changes in this PR follow these recommendations.
I suppose the rationale is that there's no sense bridging with CFFI when a native CPython extension exists to do the job.
Looks like this PR needs to be updated for current master.
Ping