This module defines APIs for:
- representing and manipulating URIs,
- connecting to HTTP servers, and
- defining HTTP endpoints and executing HTTP servers.
The [[ceylon.net.uri::Uri]] class supports connection
to an HTTP URI. A new `Uri` may be obtained using
[[ceylon.net.uri::parse]].
void getit(String uriAsString) {
Uri uri = parse(uriAsString);
Request request = uri.get();
Response response = request.execute();
print(response.contents);
}
A ...
Newer Version Available
Note: this artifact is located at Ceylon repository (https://modules.ceylon-lang.org/maven/1/)
Licenses
| License | URL |
|---|---|
| Apache Software License |
Developers
| Name | Dev Id | Roles | Organization | |
|---|---|---|---|---|
| Stéphane Épardaud | |