;; Let this run as csi -s foo.scm https://bitbucket.org/sjamaan/henrietta-cache/raw/tip/henrietta-cache.release-info ;; then press ^C after it's established a connection. ;; Also note how slow it is compared to a curl loop! (use http-client extras) (let lp () (print (with-input-from-request (car (command-line-arguments)) #f read-file)) (lp))