Page Contents
Home > @loopback/rest > RestMiddlewareGroups
RestMiddlewareGroups namespace
Built-in middleware groups for the REST sequence
Signature:
export declare namespace RestMiddlewareGroups
Variables
| Variable | Description |
|---|---|
|
Server OpenAPI specs | |
|
Perform authentication | |
|
Enforce CORS | |
|
Find the route that can serve the request | |
|
Invoke the target controller method or handler function | |
|
Default middleware group | |
|
Parse the http request to extract parameter values for the operation | |
|
Invoke downstream middleware to get the result or catch errors so that it can produce the http response |