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 ...
| Version ▼ | Vulnerabilities | Repository | Usages | Date | |
|---|---|---|---|---|---|
1.2.x | 1.2.2 | Ceylon |
0
| Feb 13, 2021 | |
| 1.2.1 | Ceylon |
0
| Feb 13, 2021 | ||
| 1.2.0-3 | Ceylon | Feb 13, 2021 | |||
| 1.2.0-2 | Ceylon |
0
| Feb 13, 2021 | ||
| 1.2.0-1 | Ceylon |
0
| Feb 13, 2021 | ||
| 1.2.0 | Ceylon |
0
| Feb 13, 2021 | ||
1.1.x | 1.1.0 | Ceylon | Feb 13, 2021 | ||
1.0.x | 1.0.1 | Ceylon |
0
| Feb 13, 2021 | |
| 1.0.0 | Ceylon | Feb 13, 2021 | |||
0.6.x | 0.6.1 | Ceylon | Feb 13, 2021 | ||
| 0.6 | Ceylon |
0
| Feb 13, 2021 | ||
0.5.x | 0.5.3 | Ceylon |
0
| Feb 13, 2021 | |
| 0.5.2 | Ceylon |
0
| Feb 13, 2021 | ||
| 0.5.1 | Ceylon |
0
| Feb 13, 2021 | ||
| 0.5 | Ceylon | Feb 13, 2021 | |||
0.4.x | 0.4 | Ceylon |
0
| Feb 13, 2021 | |
0.3.x | 0.3.2 | Ceylon |
0
| Feb 13, 2021 | |
| 0.3.1 | Ceylon |
0
| Feb 13, 2021 |