Skip to content

justjavac/deno_hyper

Repository files navigation

deno_hyper

tag Build Status license

Fast and safe HTTP, Hyper binding for Deno.

Usage

import { run } from "https://deno.land/x/hyper/mod.ts";

run();

run example:

deno run -A --unstable https://deno.land/x/hyper/example.ts

Flags

  • --unstable
  • --allow-plugin

License

deno_hyper is released under the MIT License. See the bundled LICENSE file for details.