A more complicated Arduino-based Http-serving application starting point
 
 
Go to file
Kenneth Barbour ce0b154921 some basic examples that toggle the builtin ESP8266 LED 2018-04-16 21:01:19 -04:00
examples some basic examples that toggle the builtin ESP8266 LED 2018-04-16 21:01:19 -04:00
src WebKernel::dispatch accepts a HttpResponse 2018-04-08 10:52:03 -04:00
test added extra data to the buffer to ensure strings are overwritten properly 2018-04-05 10:30:09 -04:00
.gitignore gitignore, simpler directory structure and Makefile 2018-02-20 19:13:20 -05:00
Makefile Removed unused constructors for HttpResponse 2018-04-05 12:48:08 -04:00
README.md Exceptions for routing 2018-02-20 19:13:35 -05:00
library.properties Added a properties file for arduino ide 2018-03-02 18:26:04 -05:00

README.md

#TODO:

  • header name should be case-insensitive
  • HttpRequest.capture() handle improperly formed request
  • HttpRequest.capture() handle running out of stream
  • Throw exceptions for unknown http methods
  • Router throws exceptions for not found or method not allowed
  • RequestDispatcher that calls router and catches exceptions