Page Contents
Home > @loopback/rest > RestTags
RestTags namespace
Binding tags for RestServer
Signature:
export declare namespace RestTags
Variables
| Variable | Description |
|---|---|
| [ACTION\_MIDDLEWARE\_CHAIN](/doc/en/lb4/apidocs.rest.resttags.action_middleware_chain.html) | Legacy middleware chain for action-based REST sequence |
| [AJV\_FORMAT](/doc/en/lb4/apidocs.rest.resttags.ajv_format.html) | |
| [AJV\_KEYWORD](/doc/en/lb4/apidocs.rest.resttags.ajv_keyword.html) | |
| [CONTROLLER\_BINDING](/doc/en/lb4/apidocs.rest.resttags.controller_binding.html) | Binding tag for controller route bindings to represent the controller binding key |
| [CONTROLLER\_ROUTE](/doc/en/lb4/apidocs.rest.resttags.controller_route.html) | Binding tag to identify controller based REST routes |
| [REST\_MIDDLEWARE\_CHAIN](/doc/en/lb4/apidocs.rest.resttags.rest_middleware_chain.html) | |
| [REST\_ROUTE](/doc/en/lb4/apidocs.rest.resttags.rest_route.html) | Binding tag to identify REST routes |
| [ROUTE\_PATH](/doc/en/lb4/apidocs.rest.resttags.route_path.html) | Binding tag for the REST route path |
| [ROUTE\_VERB](/doc/en/lb4/apidocs.rest.resttags.route_verb.html) | Binding tag for the REST route verb |