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
headers in a list of cons pairs.

Of course, I've documented most of the functionality here:

  https://github.com/aw/picolisp-https/blob/master/EXPLAIN.md

And you can get the code here:

https://github.com/aw/picolisp-https

Let me know if I missed something, as I haven't fully tested every scenario
(this was slightly more complex).

Thanks!

Reply via email to