Artifacts using Ceylon Http Platform Module (2)
This module defines APIs for defining HTTP endpoints and executing HTTP servers.
A [[ceylon.http.server::Server]] represents a HTTP
server.
Last Release on Feb 13, 2021
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 = ...
Last Release on Feb 13, 2021
- Prev
- 1
- Next