3 #include <Poco/Net/IPAddress.h>
4 #include <Poco/Net/SocketAddress.h>
6 #include "net/AbstractHTTPScanner.h"
13 VPTHTTPScanner(
const std::string& path, uint16_t port,
const Poco::Net::IPAddress& minNetMask);
17 void prepareRequest(Poco::Net::HTTPRequest& request)
override;
Definition: VPTHTTPScanner.h:10
bool isValidResponse(const std::string &response) override
It defines if the response is valid or not.
Definition: VPTHTTPScanner.cpp:35
The abstract class contains core of HTTP scanning of network. Derivated classes will have to implemen...
Definition: AbstractHTTPScanner.h:24