This module defines APIs for defining HTTP endpoints and executing HTTP servers.
A [[ceylon.http.server::Server]] represents a HTTP
server. A new `Server` may be defined using
[[ceylon.http.server::newServer]].
void runServer() {
//create a HTTP server
value server = newServer {
//an endpoint, on the path /hello
Endpoint {
path = startsWith("/hello");
//handle requests to this path
service(Request ...
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 | |
|---|---|---|---|---|
| Matej Lazar | | |||
| Stéphane Épardaud | |
