26#ifndef ROUTER_SRC_HTTP_SRC_HTTP_SERVER_MATCHER_H_
27#define ROUTER_SRC_HTTP_SRC_HTTP_SERVER_MATCHER_H_
50 virtual bool matches(
const std::string &input)
const = 0;
Definition: matcher_interface.h:45
virtual bool matches(const std::string &input) const =0
virtual stdx::expected< void, std::string > is_valid() const =0
virtual ~MatcherInterface()
Definition: expected.h:286
#define HTTP_SERVER_LIB_EXPORT
Definition: http_server_lib_export.h:15
Definition: connection.h:55
Definition: server_struct.h:39