Arc Forumnew | comments | leaders | submitlogin
2 points by tug 1673 days ago | link | parent

this seems to be part of it

https://github.com/arclanguage/anarki/blob/b700e02f1442b6f56...



1 point by akkartik 1673 days ago | link

Indeed. Here's an example:

    arc> (load "lib/client.arc")
    '()

    arc> (mkreq "http://example.com")
    '(("HTTP/1.0 200 OK"
       "Cache-Control: max-age=604800"
    ...

-----