/* handlers/home.du -- Home page handler */ ctx = context() req = ctx.request() res = ctx.response() res.html(""" Duso HTTP Server

Welcome to Duso

Your HTTP server is running!

Available Endpoints

Built with Duso

""")