Name |
Ceylon Http Client Platform Module |
---|---|
Category |
SDK
The Ceylon SDK |
Backends | JVM |
Maven coordinates | |
Compatible Ceylon release |
JVM: 1.2.x, 1.3.x (latest) |
Published | Nov 21, 2016 |
Stats |
Downloads (JVM): 252 Source downloads: 195 |
Authors |
Matej Lazar Stéphane Épardaud |
License | Apache Software License |
Description |
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); } |
Dependencies |
ceylon.collection/1.3.1
shared
ceylon.http.common/1.3.1
shared
ceylon.io/1.3.1
shared
ceylon.uri/1.3.1
shared
|
Usage |
import ceylon.http.client "1.3.1"; |
Module links |
Members Imported By Home Code repository Issue tracker Browse Download .car No .js archive Download source archive Download module documentation View API documentation |