Skip to main content

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.