packages feed

pi-calculus-0.0.4: testing/index.pi

&load("follow.pi");
out(stdout,"Host:");in(stdin,site);
let siteChan = httpChan(site) in
let req = httpReq(uri(site,"index.html"),headers(),httpGet()) in &follow(siteChan,req)