Page Contents

Home > @loopback/rest > RouteEntry

RouteEntry interface

An entry in the routing table

Signature:

export interface RouteEntry 

Properties

Property Type Description
path string http path
spec OperationObject OpenAPI operation spec
verb string http verb

Methods

Method Description
describe()  
invokeHandler(requestContext, args) A handler to invoke the resolved controller method
updateBindings(requestContext) Update bindings for the request context