This module defines APIs for connecting to HTTP servers. Given a [[ceylon.uri::Uri]] to an HTTP service, you can get its text representation with: void getit(Uri uri) { Request request = get(uri); Response response = request.execute(); print(response.contents); }
Version1.3.1compared with

Version Details

Compile Changes (5)

1.3.0 1.3.1
ChangeGroup / ArtifactPreviousCurrent
~ Updated ceylon » collection1.3.01.3.1
~ Updated ceylon » io1.3.01.3.1
~ Updated ceylon » language1.3.01.3.1
~ Updated ceylon » uri1.3.01.3.1
~ Updated ceylon.http » common1.3.01.3.1