micropython webserver with support for PUT and Expect: 100-continue?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
larsks
Posts: 22
Joined: Mon Feb 13, 2017 5:27 pm

micropython webserver with support for PUT and Expect: 100-continue?

Post by larsks » Fri Nov 10, 2017 1:46 pm

Dear lazyweb,

I am currently writing my own http implementation so that I can handle PUT requests and the HTTP "Expect: 100-continue" header. I thought I'd check here first to see if anybody has already implemented the same thing? This needs to run on an esp8266, which limits the available options.

Cheers!

Post Reply