NanoHttpd / nanohttpd

Tiny, easily embeddable HTTP server in Java.
http://nanohttpd.org
BSD 3-Clause "New" or "Revised" License
6.92k stars 1.69k forks source link

GZIP for POST data #493

Open stefan-reich opened 6 years ago

stefan-reich commented 6 years ago

Hi,

I'm using NanoHTTPD + a WebSocket extension for almost all my webservers.

Question. In the HTTP standard, GZIP encoding is also possible for uploads, right? NanoHTTPD does this for downloads, which is fantastic... but it doesn't handle GZIP uploads yet I believe.

Anyone care to add this?

All the best, Stefan