justjavac / deno_hyper

Fast and safe HTTP for Deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Fast and safe HTTP for Deno

License:MIT License


Languages

Language:Rust 73.0%Language:TypeScript 27.0%