view samples/http.tp @ 151:3e9cb69e516d

Added from and from:withLength for doing substring operations
author Mike Pavone <pavone@retrodev.com>
date Fri, 09 Aug 2013 13:20:40 -0700
parents 7f442b3e4448
children 075b1e71feff
line wrap: on
line source

#{
	main <- {
		cli <- http client: "rhope.retrodev.com"
		print: (string: (cli get: "/"))
	}
}