Name: js-handler/node_modules/restify/lib/formatters/index.js
| 1: | // Copyright 2012 Mark Cavage, Inc. All rights reserved. |
| 2: | |
| 3: | |
| 4: | |
| 5: | ///--- Exports |
| 6: | |
| 7: | module.exports = { |
| 8: | 'application/javascript; q=0.1': require('./jsonp'), |
| 9: | 'application/json; q=0.4': require('./json'), |
| 10: | 'text/plain; q=0.3': require('./text'), |
| 11: | 'application/octet-stream; q=0.2': require('./binary') |
| 12: | }; |
