A more complicated Arduino-based Http-serving application starting point
 
 
Go to file
Kenneth Barbour 8f012d68a6 HttpResponse code and reason 2018-02-20 19:13:25 -05:00
src HttpResponse code and reason 2018-02-20 19:13:25 -05:00
test HttpResponse code and reason 2018-02-20 19:13:25 -05:00
.gitignore gitignore, simpler directory structure and Makefile 2018-02-20 19:13:20 -05:00
Makefile gitignore, simpler directory structure and Makefile 2018-02-20 19:13:20 -05:00
README.md gitignore, simpler directory structure and Makefile 2018-02-20 19:13:20 -05:00

README.md

#TODO:

  • header name should be case-insensitive
  • HttpRequest.capture() handle improperly formed request
  • HttpRequest.capture() handle running out of stream