libexpress 0.0.1
Express Server Framework in C
Loading...
Searching...
No Matches
Data Fields
route_t Struct Reference

Route. More...

#include <router.h>

Data Fields

vector_t * middlewares
 
controller_t * controller
 

Detailed Description

Route.

It is the route for a particular method. It just contains the list of all the middlewares and controller for the route.


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