bedrock-express
Advanced tools
Changelog
1.2.0 - 2015-08-24
application/x-www-form-urlencoded
content by default. This
adds a minor bit of protection against CSRF attacks on handlers that are
expecting parsed JSON but may receive parsed urlencoded messages instead
that were triggered by a malicious website.Changelog
1.1.1 - 2015-07-12
errorhandler
logging with bedrock logging system.Changelog
1.1.0 - 2015-06-23
application/json
and application/*+json
as JSON. This will
cause content with the type application/ld+json
, for example, to be
auto parsed as expected.Changelog
0.2.0 - 2015-02-23
middleware
object with keys that match the
middleware package name, eg: middleware['express-session'].4.x
.express
property is no longer exposed on the express
application. To access this, require the bedrock-express
module and use
its API directly.config.express.showStack
config option removed.config.server.static
config option.