ezhttp 0.1.2

lightweight http server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ezhttp"
version = "0.1.2"
edition = "2021"

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

[dependencies]
urlencoding = "2.1.3"
serde_json = "1.0"
futures = "0.3.30"