Historique des commits

Auteur SHA1 Message Date
  Gregor Hartmann a17a0d40ca fix #96 Basic HTTP Authentication (#98) il y a 6 ans
  Gregor c44deb097c using args.code now il y a 7 ans
  Gregor addda8dbe7 use correct code for erropage instead of failing il y a 7 ans
  Gregor 9b33c564db use httpserver-header.lua in httpserver-error.lua implementation il y a 7 ans
  Marcos Kirsch 2e25a63807 Improved logging via serial. il y a 7 ans
  Marcos Kirsch 1b4a2c9d9a Concatenate .. less in lua since BufferedConnection will do it for us anyway: il y a 8 ans
  Marcos Kirsch fbc6506faa Merged with main repository il y a 8 ans
  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. il y a 8 ans
  Ryan Voots ef340bc82a Implement support for more arbitrary HTTP methods. Allows GET PUT and POST. With minor changes needed to support others il y a 8 ans
  Samuel A. Dieck be63ee0093 Added basic auth. Added static settings file il y a 8 ans
  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 il y a 9 ans
  Marcos Kirsch 76c2895f04 Minimum changes to print formatting il y a 9 ans
  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 il y a 9 ans