Repository
Current version released
5 years ago
Versions
deno_hyper
Fast and safe HTTP 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.tsFlags
--unstable--allow-plugin
License
deno_hyper is released under the MIT License. See the bundled LICENSE file for details.