Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MandarineMvc.Routing

import { MandarineMvc } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mvc-framework/mandarine-mvc.ns.ts"; 

const { Routing } = MandarineMvc;

Refers to all the information the Routing handlers need to work out.

§Enums

MandarineMvc.Routing.RouteInitializationStatus

Refers to the status of a route at compile-time.

§Interfaces

MandarineMvc.Routing.RoutingAction

Contains the information the Mandarine MVC engine will need in order to read & execute an endpoint. When an endpoint is requested, the routing action indicates how the Mandarine MVC engine should behave.

MandarineMvc.Routing.RoutingAnnotationContext

Contains the metadata information of a route. Like its controller and the method that should be executed.

MandarineMvc.Routing.RoutingOptions

Refers to the possible configurations a route can have.

MandarineMvc.Routing.RoutingParams

Refers to the information of a param in a route. /:name <----- for example