Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
routing::DynamicRoute Struct Reference

#include <Router.hpp>

Public Attributes

http::HttpMethod method
 
std::vector< std::string > path_segments
 
RouteHandler handler
 

Member Data Documentation

◆ handler

RouteHandler routing::DynamicRoute::handler

◆ method

http::HttpMethod routing::DynamicRoute::method

◆ path_segments

std::vector<std::string> routing::DynamicRoute::path_segments

The documentation for this struct was generated from the following file: