|
|
template<FixedString path> |
| BaseRoute< ContextType > * | registerRoute (const RouteCallback< path, ContextType > &callback, Method::HttpMethod method) |
|
constexpr void | normalisePath (const std::string_view &path, std::string_view &normPath, std::string_view &rawGetArgs) const |
|
constexpr std::vector< std::string_view > | pathToComponents (const std::string_view &path) const |
| void | invokeRoute (const std::string &path, data::CommonData *ctx, Request &req, Response &res) const override |
◆ invokeRoute()
template<data::IsCommonData ContextType>
The documentation for this class was generated from the following file: