Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Expose bodyReader plugin (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
rundef authored and micahr committed Jul 25, 2016
1 parent 1cd25d3 commit b986229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
acceptParser: require('./plugins/accept'),
auditLogger: require('./plugins/audit'),
authorizationParser: require('./plugins/authorization'),
bodyReader: require('./plugins/bodyReader'),
bodyParser: require('./plugins/bodyParser'),
conditionalRequest: require('./plugins/conditionalRequest'),
dateParser: require('./plugins/date'),
Expand Down

0 comments on commit b986229

Please sign in to comment.