24namespace web::dosguard {
40 [[nodiscard]]
virtual bool
Interface for a whitelist handler.
Definition WhitelistHandlerInterface.hpp:29
virtual bool isWhiteListed(std::string_view ip) const =0
Checks to see if the given IP is whitelisted.
virtual ~WhitelistHandlerInterface()=default
Virtual destructor.