belyalov / tinyweb

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

Due to memory constrains don't save REQUEST headers #13

Closed belyalov closed 6 years ago

belyalov commented 6 years ago

Since we're running on esp8266 it is too much to parse / save all HTTP request headers. Moreover, for small applications it doesn't actually make sense to have all headers parsed.