A more complicated Arduino-based Http-serving application starting point
 
 
Go to file
Kenneth Barbour e08527dc25 WebKernel has an init handler that is called before dispatching a response 2018-04-04 12:51:07 -04:00
src WebKernel has an init handler that is called before dispatching a response 2018-04-04 12:51:07 -04:00
test WebKernel has an init handler that is called before dispatching a response 2018-04-04 12:51:07 -04:00
.gitignore gitignore, simpler directory structure and Makefile 2018-02-20 19:13:20 -05:00
Makefile Getters/Setters for HttpRequest 2018-02-20 19:13:33 -05: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