Page Contents
Home > @loopback/rest > RestTags
RestTags namespace
Binding tags for RestServer
Signature:
export declare namespace RestTags
Variables
Variable | Description |
---|---|
ACTION_MIDDLEWARE_CHAIN | Legacy middleware chain for action-based REST sequence |
AJV_FORMAT | |
AJV_KEYWORD | |
CONTROLLER_BINDING | Binding tag for controller route bindings to represent the controller binding key |
CONTROLLER_ROUTE | Binding tag to identify controller based REST routes |
REST_MIDDLEWARE_CHAIN | |
REST_ROUTE | Binding tag to identify REST routes |
ROUTE_PATH | Binding tag for the REST route path |
ROUTE_VERB | Binding tag for the REST route verb |