Deno Standard Server

We're extending the more elementary server.ts module, not the file_server.ts that builds upon it. std/http

With just a few lines of code you can run your own http web server with control over the response status, request headers and more. manual