deno_http 0.13.0

HTTP server implementation for Deno
Documentation
[dependencies.base64]
version = "0.13.0"

[dependencies.bytes]
version = "1"

[dependencies.deno_core]
version = "0.103.0"

[dependencies.deno_websocket]
version = "0.26.0"

[dependencies.hyper]
features = ["server", "stream", "http1", "http2", "runtime"]
version = "0.14.9"

[dependencies.ring]
version = "0.16.20"

[dependencies.serde]
features = ["derive"]
version = "1.0.129"

[dependencies.tokio]
features = ["full"]
version = "1.10.1"

[dependencies.tokio-util]
features = ["io"]
version = "0.6.7"

[lib]
path = "lib.rs"

[package]
authors = ["the Deno authors"]
description = "HTTP server implementation for Deno"
edition = "2018"
license = "MIT"
name = "deno_http"
readme = "README.md"
repository = "https://github.com/denoland/deno"
resolver = "2"
version = "0.13.0"