Seastar
High performance C++ framework for concurrent servers
|
a base class for the url matching. Each implementation check if the given url matches a criteria
#include <seastar/http/matcher.hh>
Public Member Functions | |
virtual size_t | match (const sstring &url, size_t ind, parameters ¶m)=0 |
|
pure virtual |
check if the given url matches the rule
url | the url to check |
ind | the position to start from |
param | fill the parameters hash |
Implemented in seastar::httpd::param_matcher, and seastar::httpd::str_matcher.