Routing (rt) While op() takes a single root handler by default, you can use the rt native router for complex paths. drylang rt.add("/api", () -> { rev {"body": "API"} }) // Use rt.serve as the master handler for op() op(8080, rt.serve, "mul", 100)PreviousHTTP Server (op)NextWebSockets (ws)