On Sat, Oct 04, 2008 at 02:32:40PM +0100, Tomas Hlavaty wrote: > $ curl -i localhost:8080/@mydata2 > HTTP/1.1 200 OK > Server: PicoLisp > ...
BTW, a similar result (HTTP/1.0 only, but useful for further processing with Lisp) can be achieved with : (client "localhost" 8080 "@mydata2" (out NIL (echo))) HTTP/1.0 200 OK Server: PicoLisp ... Cheers, - Alex -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]
