Skip to content

Instantly share code, notes, and snippets.

@Htbaa
Created March 12, 2010 21:15
Show Gist options
  • Save Htbaa/330807 to your computer and use it in GitHub Desktop.
Save Htbaa/330807 to your computer and use it in GitHub Desktop.
rest.mod TStream example
SuperStrict
Import htbaapub.rest
Local request:TRESTRequest = New TRESTRequest
Local stream:TStream = WriteStream("Moose-0.99.tar.gz")
request.SetStream(stream)
Local response:TRESTResponse = request.Call("http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Moose-0.99.tar.gz", Null, "GET")
CloseStream(stream)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment