Commit History

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