weber 0.1.0

Simple web server with VERY limited functionality
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.httparse]
version = "1.7.1"

[dependencies.threadpool]
version = "1.8.1"

[package]
authors = ["Blinc <https://github.com/Blinc13>"]
description = "Simple web server with VERY limited functionality"
edition = "2021"
keywords = ["weber", "server", "web"]
license = "GPL-3.0"
name = "weber"
readme = "README.md"
repository = "https://github.com/Blinc13/weber"
resolver = "2"
version = "0.1.0"