HttpServer/test
Kenneth Barbour da788a4860 QueryString handles null inputs 2018-11-30 19:58:57 -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 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 terminate string in buffer while parsing header value 2018-11-26 16:40:58 -05:00
test_HttpRequest.cpp HttpRequest no longer responsible for parsing itself 2018-03-09 18:18:39 -05:00
test_HttpResponse.cpp Merge branch 'docs' 2018-04-29 10:19:24 -04:00
test_QueryString.cpp QueryString handles null inputs 2018-11-30 19:58:57 -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