loopback/server/middleware
Miroslav Bajtoš 0058efb2ee Remove unnecessary allocations from rest handler
Correctly cache the list of `preHandlers` so that they are built only
once in application lifetime.

Remove array concatenation, use a new callback function instead.
2015-01-13 08:48:22 +01:00
..
context.js Fix context middleware to preserve domains 2015-01-07 10:56:10 +01:00
favicon.js Update favicon.js 2014-11-24 15:08:21 -08:00
rest.js Remove unnecessary allocations from rest handler 2015-01-13 08:48:22 +01:00
static.js Move middleware sources to `server/middleware` 2014-11-12 12:44:34 +01:00
status.js Move middleware sources to `server/middleware` 2014-11-12 12:44:34 +01:00
token.js Move middleware sources to `server/middleware` 2014-11-12 12:44:34 +01:00
url-not-found.js Move middleware sources to `server/middleware` 2014-11-12 12:44:34 +01:00