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); }

Scope:
Scope:
Format:
Scope:
Scope:
Scope:
Scope:
Scope:
Scope:

Note: this artifact is located at Ceylon repository (https://modules.ceylon-lang.org/maven/1/)

Licenses

LicenseURL
Apache Software License

Developers

NameEmailDev IdRolesOrganization
Matej Lazar
Stéphane Épardaud