Commit Verlauf

Autor SHA1 Nachricht Datum
  Marcos Kirsch 1b4a2c9d9a Concatenate .. less in lua since BufferedConnection will do it for us anyway: vor 8 Jahren
  Marcos Kirsch fbc6506faa Merged with main repository vor 8 Jahren
  Marcos Kirsch 1b14a516aa Fix bugs for newer nodemcu-firmware: new firmware does not allow queuing multiple connection:send() operations. These changes ensure we yield after every send except the last one. vor 8 Jahren
  Ryan Voots ef340bc82a Implement support for more arbitrary HTTP methods. Allows GET PUT and POST. With minor changes needed to support others vor 8 Jahren
  Samuel A. Dieck be63ee0093 Added basic auth. Added static settings file vor 8 Jahren
  Marcos Kirsch ead632d131 Refactoring - function for sending headers is now in its own file. All errors are sent using coroutine. Some other memory usage improvements vor 9 Jahren
  Marcos Kirsch 76c2895f04 Minimum changes to print formatting vor 9 Jahren
  Marcos Kirsch 77920f4a94 Big refactoring: server now uses a separate thread that yields and then resumes on 'sent'. This allows us to serve large files. Moved serving of error pages and serving of static files into separate scripts httpserver-error.lua and httpserver-static.lua vor 9 Jahren