David Dunn
David Dunn
Hi @laurentades :) I've been looking into this issue for you, thanks for providing your example code! I was wondering if you could also share the code where you call...
Hi @laurentades Thanks for providing the code and the updates! I did some testing with this and also confirmed the patch method seems to be working when I setup my...
@laurentades What parameters are you passing to your `func main(args: [String:Any]) -> [String:Any] {...}` function?
Thanks for that! :) Do you have the values you're passing in? Mainly I want to know the values you're passing into httpBody, httpHeaders and queryDict, this will allow me...
Thanks for providing that information! So I've put together a little test scenario, and just want to confirm we're on the same page. I created a simple Kitura server using...
Hi, Apologies for the delay. Thanks for providing that information it's very helpful! I'll review what you've provided and see if I can find the cause of the issue.
Hey! Can you provide the code for your `router.patch(...)` method on your server? Thanks :)
@hactar You are correct, after a discussion we've decided to continue to go ahead with this. @ShihabMehboob and I are currently looking into it, and hope to have something in...
This issue should be resolved in the following PR: https://github.com/Kitura/kitura.io/pull/451
Hi @arkeo01 Thanks for raising an issue. I've had a look into the issue you're having, one solution to your problem stated above is to pull in the latest version...