MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / MatcherBase

Class MatcherBase

external/httplib.h:847–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845namespace detail {
846
847class MatcherBase {
848public:
849 virtual ~MatcherBase() = default;
850
851 // Match request path and populate its matches and
852 virtual bool match(Request &request) const = 0;
853};
854
855/**
856 * Captures parameters in request path and stores them in Request::path_params

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected