Page Contents

Home > @loopback/rest > RouteEntry

RouteEntry interface

An entry in the routing table

Signature:

export interface RouteEntry 

Properties

Property Modifiers Type Description

path

readonly

string

http path

spec

readonly

OperationObject

OpenAPI operation spec

verb

readonly

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