Middleware hooks
- Source:
Members
(static) compress
attach compression mechanism
Properties:
Name | Type | Description |
---|---|---|
event |
event
|
start |
priority |
priority
|
MIDDLEWARE |
- Source:
(static) errorHandler
attach error handling
Properties:
Name | Type | Description |
---|---|---|
event |
event
|
start |
- Source:
(static) initialize
Initialize express application
Properties:
Name | Type | Description |
---|---|---|
event |
event
|
start |
priority |
priority
|
1 |
- Source:
(static) publicFolders
attach public folders
Properties:
Name | Type | Description |
---|---|---|
event |
event
|
start |
priority |
priority
|
MIDDLEWARE |
- Source:
(static) response
attach clout response mechanism
Properties:
Name | Type | Description |
---|---|---|
event |
event
|
start |
priority |
priority
|
MIDDLEWARE |
- Source:
(static) session
attach session mechanism
Properties:
Name | Type | Description |
---|---|---|
event |
event
|
start |
priority |
priority
|
MIDDLEWARE |
- Source:
(static) views
attach views folders
Properties:
Name | Type | Description |
---|---|---|
event |
event
|
start |
priority |
priority
|
MIDDLEWARE |
- Source: