packages feed

pi-calculus-0.0.4: testing/test.pi

let google = "www.google.com" in 
let chan = httpChan(google) in
let req  = httpReq(google, headers(), httpGet()) in
out(chan,req);in(chan,httpResp(_,_,_,body));out(stdout,body)