ezhttp 0.1.2

lightweight http server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.futures]
version = "0.3.30"

[dependencies.serde_json]
version = "1.0"

[dependencies.urlencoding]
version = "2.1.3"

[package]
description = "lightweight http server"
edition = "2021"
keywords = ["http", "server", "site"]
license-file = "LICENSE"
name = "ezhttp"
readme = "README.md"
repository = "https://github.com/MeexReay/ezhttp"
version = "0.1.2"