Skip to main content
Deno 2 is finally here 🎉️
Learn more

deno_http_fns

deno doc

NOTE: This is still fairly experimental.

A collection of functions for HTTP.

  • Based on Request => Response functions
  • Works with Deno std lib serve
  • Handlers for routing based on various criteria

Example

See the demo.