Chris Double wrote:
> Will there still be the ability to write simple responders hooked up
> to GET requests? I quite like the simplicity of being able to write a
> single word that has i/o redirected to the socket for quick things.
>
> Chris.
>   

Hi Chris,

Of course. The basic responder API is just as simple as the old one. It 
has changed however because all the HTTP request parameters are packaged 
into one object instead of being stored in a bunch of variables; also 
responders can be 'mounted' anywhere in the hierarchy.

Slava

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to