Douglas Wilson
Douglas Wilson
@rlidwka or, looking at your code now, you could technically wrap `bodyParser.json` and if it errors, check `err.body` and parse that with the json5 parser :) I'm not actually saying...
That sounds mostly OK, but we need to impact what setting a `length` property to `req` will have against all the existing application using this module out there. That property...
Hi @dcolens I'm circling back around on this, and was wondering if you could say what your use-case is. The reason is not to dismiss this request, but rather to...
@dcolens gotcha. What do you do if the size is over 100KB?
Oh, I thought it said you didn't want to send it to the remove service if it was over 100KB?
Makes sense! And to clarify, in all the cases you do actually look at the body locally, just the size is what determines if you want to forward it?
Yea, I haven't fully added everything to the checklist yet. I just wanted to make the PR so it starts to get eyes.
Hey @LinusU ! I never published it because I didn't think there was anyone wanting to start, so without demand, I did not want to burden myself with maintaining two...
Hi @theganyo , you are certainly welcome to fork & release this under another module, as it is under the MIT license, but there are a few reasons why it...
And since Express 3.x is now "officially unsupported", I want to just make one last 1.x release here and then publish a 2.0.0 alpha for people to start testing on.