Fast and safe HTTP, Hyper binding for Deno.
import { run } from "https://deno.land/x/hyper/mod.ts";
run();
run example:
deno run -A --unstable https://deno.land/x/hyper/example.ts
--unstable
--allow-plugin
deno_hyper is released under the MIT License. See the bundled LICENSE file for details.