Toy server for simple network testing; for testing HTTP prefer using utest::HttpServerMock.
Definition in file simple_server.hpp.
Go to the source code of this file.
#include <cstdint>
#include <functional>
#include <initializer_list>
#include <memory>
#include <string>
#include <vector>
Classes | |
class | utest::SimpleServer |
Toy server for simple network testing; for testing HTTP prefer using utest::HttpServerMock. More... | |
struct | utest::SimpleServer::Response |
Response to return from the OnRequest callback. More... | |
Namespaces | |
namespace | utest |
Mocks and test helpers. | |