NanoHttpd / nanohttpd

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

Set default charset to UTF-8 #628

Open BlueMatthew opened 2 years ago

BlueMatthew commented 2 years ago

When there is no charset specified in Content-Type, use UTF-8 by default instead of ASCII