On Thu, Oct 2, 2014, at 01:28 AM, Sven Van Caekenberghe wrote:
> ZnClient is your friend (it is a builder) :
> 
> ZnClient new
>   url: 'http://some/thing';
>   formAt: #foo put: #bar;
>   formAt: 'baz' put: 'quux';
>   post.
> 

Ah, that's indeed perfect.  I think I discounted ZnClient initially
because I was thinking of it being primarily useful for pipelined
operations, but your proposal is *way* cleaner, even if I throw
beOneShot in there.  Thanks for the pointer.

--Benjamin

Reply via email to