Did
Did
Any plans to support $regex ?
FYI https://github.com/mafintosh/docker-remote-api does not have this issue.
Nope I did not try, the test I wrote back in 2015 showed the issue: https://github.com/apocas/dockerode/issues/136 the way it was re-written was not right because it did not use the...
I too would be interested to get some documentation about client events, there seems to be quite a lot: - error - destroy - idle - connectError - setup -...
Agreed about the name conflict, don't see a way to validate the it upfront. What about `req.bodyLength`, even if it is used, it is likely for the same reason :)
I receive a JSON body, in some cases I want to forward it to another service and I need to stringify it, but I only want to do that if...
POST it to a remote service, i.e. JSON.stringify
Sorry, misunderstood, indeed, in that case I omit the incoming payload from the outgoing call to the remote service! The idea is that some calls are tracked, but if the...
yes pretty much
Thanks this is great, I could not find it in the doc, is it somewhere ?