/* handlers/home.du -- Home page handler */ ctx = context() req = ctx.request() res = ctx.response() res.html("""
Your HTTP server is running!
GET /api/hello?name=Alice - Personalized greetingPOST /api/echo - Echo back JSON data
Built with Duso
""")