- Source:
Properties:
| Name | Type | Description |
|---|---|---|
actions |
Object | Dictionary of available connections, orginized by version. |
versions |
Object | Dictionary of available action versions. |
middleware |
Object | Dictionary of loaded middleware modules. |
globalMiddleware |
Array | Array of global middleware modules. |
Server connection handling.
Extends
Methods
(static) addMiddleware(data)
- Source:
- See:
Add a middleware component avaialable to pre or post-process actions.
Parameters:
| Name | Type | Description |
|---|---|---|
data |
object | The middleware definition to add. |