http_lolo 0.1.0

A simple, lightweight, single-threaded HTTP server with non-blocking I/O for concurrent operation handling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "http_lolo"
version = "0.1.0"
edition = "2021"
authors = ["Mohaskii uha22211@email.com"]
description = "A simple, lightweight, single-threaded HTTP server with non-blocking I/O for concurrent operation handling"
license = "MIT"
repository = "https://github.com/mohaskii/http_lolo"
keywords = ["http", "server", "web"]
categories = ["web-programming::http-server"]

[dependencies]
json = "0.12.4"
libc = "0.2"
rand = { version = "0.7.3", default-features = false, features = ["std"] }
lazy_static = "1.4"
httparse = "1.9.4"
multipart = "0.18.0"