libexpress 0.0.1
Express Server Framework in C
|
Route. More...
#include <router.h>
Data Fields | |
vector_t * | middlewares |
controller_t * | controller |
Route.
It is the route for a particular method. It just contains the list of all the middlewares and controller for the route.