fastboot-express-middleware
fastboot-express-middleware copied to clipboard
Added option to enable post processing fastboot response
Motivation: If a developer wants to do some extra parsing in the response created by fastboot. The only option to use other middleware's is when fastboot throws an error. This will enable the middleware chain remain opened.
Related issue: https://github.com/ember-fastboot/fastboot-express-middleware/issues/30