Page Contents

Home > @loopback/rest > RegExpRouter

RegExpRouter class

Router implementation based on regexp matching

Signature:

export declare class RegExpRouter extends BaseRouter 

Extends: BaseRouter

Constructors

Constructor Modifiers Description
(constructor)(options)   Constructs a new instance of the RegExpRouter class

Methods

Method Modifiers Description
addRouteWithPathVars(route) protected  
findRouteWithPathVars(verb, path) protected  
listRoutesWithPathVars() protected