HttpServer/test
Kenneth Barbour 42b1566785 added assignment operator and const correctness 2018-11-29 14:16:44 -05: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 delete dynamically allocated buffer 2018-11-28 14:02:21 -05:00
test_DummyStream.cpp separated Print and Stream mock classes from dummy implementations 2018-02-25 19:55:09 -05:00
test_HttpHeaders.cpp initialize buffer to empty 2018-11-29 11:24:25 -05:00
test_HttpRequest.cpp added assignment operator and const correctness 2018-11-29 14:16:44 -05:00
test_HttpResponse.cpp Merge branch 'docs' 2018-04-29 10:19:24 -04:00
test_QueryString.cpp QueryString class 2018-11-27 16:26:40 -05:00
test_RequestParser.cpp Test for issue where POST requests time out 2018-11-26 14:49:12 -05:00
test_RequestRouter.cpp odd methods wont match routes ever 2018-11-21 21:51:52 -05: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
test_urlenc.cpp query string parsing utils 2018-11-21 21:51:52 -05:00