jczic / MicroWebSrv

A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
https://github.com/jczic/MicroWebSrv
MIT License
645 stars 116 forks source link

Do _unquote_plus on _queryString as well #73

Open pstray opened 4 years ago

pstray commented 4 years ago

The unqoting of + in the querystring seems to have been missing. I think this PR will fix that.