Re: [Chicken-users] rest-bind request headers support

2015-03-29 Thread Kooda
On Sun, Mar 29, 2015 at 01:37:00PM +0100, Andy Bennett wrote: Hi, Thanks Kooda! I seem to have noticed this too but didn't actually push my changes! Our patches are very similar but mine respects the entire request object if passed by the user. That’s what I wanted to do as well, but I

[Chicken-users] rest-bind request headers support

2015-03-28 Thread Kooda
Hi, I’m trying to use rest-bind for a project and need to be able to add some headers to the http requests, which rest-bind didn’t permit, even when passing a request object. Here is a simple patch that fixes this issue: --- rest-bind.scm.orig 2015-03-29 00:26:49.0 +0100 +++