An HTTP(S) client library for PicoLisp

2015-03-16 Thread Alexander Williams
Hi everyone, Presenting another thing, this time it's an HTTPS library using a native C lib for the hard stuff. It includes functions for http/https GET/HEAD/POST/PUT/DELETE/*ANYTHING*, and can perform authentication. It returns the response body in a cons pair, or save to file, and returns

Re: An HTTP(S) client library for PicoLisp

2015-03-16 Thread Alexander Burger
On Mon, Mar 16, 2015 at 01:38:10PM -0400, Rick Hanson wrote: Great stuff. Clean code and clear doc. But I've already told AW this on IRC. For others: I highly recommend! I chime in! :) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: An HTTP(S) client library for PicoLisp

2015-03-16 Thread Rick Hanson
Great stuff. Clean code and clear doc. But I've already told AW this on IRC. For others: I highly recommend! On Mon, Mar 16, 2015 at 11:46 AM, Alexander Williams a...@unscramble.co.jp wrote: Hi everyone, Presenting another thing, this time it's an HTTPS library using a native C lib for