HttpServer/test
Kenneth Barbour e08527dc25 WebKernel has an init handler that is called before dispatching a response 2018-04-04 12:51:07 -04:00
..
Arduino.cpp WebKernel class 2018-03-12 13:31:23 -04:00
Arduino.h WebKernel class 2018-03-12 13:31:23 -04:00
DummyPrint.h separated Print and Stream mock classes from dummy implementations 2018-02-25 19:55:09 -05:00
DummyStream.h separated Print and Stream mock classes from dummy implementations 2018-02-25 19:55:09 -05:00
Print.cpp Printable interface 2018-03-09 16:00:46 -05:00
Print.h Printable interface 2018-03-09 16:00:46 -05:00
Printable.h Printable interface 2018-03-09 16:00:46 -05:00
Stream.h separated Print and Stream mock classes from dummy implementations 2018-02-25 19:55:09 -05:00
WiFiClient.h Mock WifiClient/Server classes and tests 2018-03-09 17:35:41 -05:00
WiFiServer.h Mock WifiClient/Server classes and tests 2018-03-09 17:35:41 -05:00
catch.hpp Initial commit 2018-02-15 10:09:01 -05:00
main.cpp Initial commit 2018-02-15 10:09:01 -05:00
test_Buffer.cpp HttpResponse has a send() method and expects to be assigned a Stream containing the message 2018-04-04 12:50:14 -04:00
test_DummyStream.cpp separated Print and Stream mock classes from dummy implementations 2018-02-25 19:55:09 -05:00
test_HttpHeaders.cpp HttpHeaders printTo 2018-03-09 16:00:51 -05:00
test_HttpRequest.cpp HttpRequest no longer responsible for parsing itself 2018-03-09 18:18:39 -05:00
test_HttpResponse.cpp HttpResponse has a send() method and expects to be assigned a Stream containing the message 2018-04-04 12:50:14 -04:00
test_RequestParser.cpp renamed getHttpVer to getHttpVersion for consistency 2018-03-20 19:13:39 -04:00
test_RequestRouter.cpp Added # wildcard and handled urls containing query 2018-03-14 12:11:12 -04:00
test_RouteDispatcher.cpp handle 404 and 405 errors 2018-03-20 19:13:39 -04:00
test_WebKernel.cpp WebKernel has an init handler that is called before dispatching a response 2018-04-04 12:51:07 -04:00
test_WiFiClient.cpp Mock WifiClient/Server classes and tests 2018-03-09 17:35:41 -05:00
test_WiFiServer.cpp Mock WifiClient/Server classes and tests 2018-03-09 17:35:41 -05:00