Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justjavac/deno_hyper
Fast and safe HTTP for Deno
https://github.com/justjavac/deno_hyper
deno deno-mod deno-plugin deno-plugins hyper rust webframework
Last synced: 2 months ago
JSON representation
Fast and safe HTTP for Deno
- Host: GitHub
- URL: https://github.com/justjavac/deno_hyper
- Owner: justjavac
- License: mit
- Created: 2020-08-22T06:25:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T07:38:27.000Z (over 4 years ago)
- Last Synced: 2024-10-03T12:44:12.948Z (3 months ago)
- Topics: deno, deno-mod, deno-plugin, deno-plugins, hyper, rust, webframework
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# deno_hyper
[![tag](https://img.shields.io/github/release/justjavac/deno_hyper)](https://github.com/justjavac/deno_hyper/releases)
[![Build Status](https://github.com/justjavac/deno_hyper/workflows/ci/badge.svg?branch=master)](https://github.com/justjavac/deno_hyper/actions)
[![license](https://img.shields.io/github/license/justjavac/deno_hyper)](https://github.com/justjavac/deno_hyper/blob/master/LICENSE)Fast and safe HTTP, [Hyper](https://hyper.rs) binding for Deno.
## Usage
```ts
import { run } from "https://deno.land/x/hyper/mod.ts";run();
```run example:
```bash
deno run -A --unstable https://deno.land/x/hyper/example.ts
```## Flags
- `--unstable`
- `--allow-plugin`### License
[deno_hyper](https://github.com/justjavac/deno_hyper) is released under the MIT License. See the bundled [LICENSE](./LICENSE) file for details.