MantisBase v0.3.4
Loading...
Searching...
No Matches
route_registry.h File Reference

Route registry. More...

#include <httplib.h>
#include <unordered_map>
#include <functional>
#include <string>
#include <variant>
#include <vector>
#include <nlohmann/json.hpp>
#include "../utils/utils.h"
#include "types.h"
#include "logger/logger.h"
Include dependency graph for route_registry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mb::RouteKeyHash
 
struct  mb::RouteHandler
 Struct encompassing the list of middlewares and the handler function registered to a specific route. More...
 
class  mb::RouteRegistry
 

Namespaces

namespace  mb
 router.h
 

Detailed Description

Route registry.

Created by allan on 12/05/2025.