comparison samples/http.tp @ 149:7f442b3e4448

Tiny bit of work on HTTP client and sample usage of it
author Mike Pavone <pavone@retrodev.com>
date Fri, 09 Aug 2013 05:28:35 -0700
parents
children 075b1e71feff
comparison
equal deleted inserted replaced
148:5071d601fe70 149:7f442b3e4448
1 #{
2 main <- {
3 cli <- http client: "rhope.retrodev.com"
4 print: (string: (cli get: "/"))
5 }
6 }