on("request", function ($request, $response) { $response->header("Content-Type", "text/plain"); $response->end("Hello, world!"); }); $server->start();