| 164 | } |
| 165 | |
| 166 | void onError(int error, const std::string& category, const std::string& message) override |
| 167 | { |
| 168 | std::cout << "HTTP session caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 169 | } |
| 170 | }; |
| 171 | |
| 172 | class HTTPCacheServer : public CppServer::HTTP::HTTPServer |
nothing calls this directly
no outgoing calls
no test coverage detected