belyalov / tinyweb

Simple and lightweight HTTP async server for micropython
MIT License
239 stars 40 forks source link

default to preserving content length/type (required virtually anytime… #49

Open keredson opened 2 years ago

keredson commented 2 years ago

default to preserving content length/type (required virtually anytime they'll be offered). don't fail silently when they're missing. if missing content-length, still can read buffered until max_body_size.