Robert Hoffmann
Robert Hoffmann
Hi, For updating live deployments I would like to use kongfig to put my kong apis and their plugins in a "desired state". This would include removing apis or plugins...
The currently used version of libwebsockets (v 1.23) is 8 months old and contains some huge bugs. I.e. headers are parsed with incorrect case sensitivity which breaks compatibility with various...
*Issue #, if available:* *Description of changes:* Submitting a new resource type as discussed with @craigataws By submitting this pull request, I confirm that you can use, modify, copy, and...
``` function handler (err, obj) { if (err) handleWithContext(err, obj); // obj is undefined :( } middleware.run({ url: 'http://facebook.com' }, handler); ``` The callback should provide the arguments of .run()...