form2json
form2json copied to clipboard
Strange thing with connect 0.5.8 (it still works, this is just for information)
I just updated to connect 0.5.8 and got a message '/connect/middleware/bodyDecoder' not found.
I changed the declaration to : require('connect').middleware.bodyDecoder.decode['application/x-www-form-urlencoded'] = require('[email protected]').decode;
And it works fine.