Looks like Tim forgot to link his lib

http://github.com/halorgium/rack-client/tree/master

Cheers


On Mon, May 11, 2009 at 12:10 AM, Joshua Peek <josh@joshpeek.com> wrote:

This sounds pretty cool.

I don't think anything needs to be done SPEC wise. We just need some
good tools here. Something to build raw http requests from an env
hash, and something to parse http requests (servers do this now).
Maybe a general tool like Rack::Utils.build_request(env) and
Rack::Utils.parse_request(io) would be a useful addition.

On Sun, May 10, 2009 at 6:35 AM, Christian Neukirchen
<chneukirchen@gmail.com> wrote:
>
> Tim Carey-Smith <g@spork.in> writes:
>
>> Does this sound like a good idea? It means we can leverage the power
>> of middleware on the client-side too.
>
> It's awesome!
>
> --
> Christian Neukirchen  <chneukirchen@gmail.com>  http://chneukirchen.org
>



--
Joshua Peek