httpageboy 1.0.0

Package for handling HTTP request and response transmission on the server side, without additional processing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "httpageboy"
version = "1.0.0"
edition = "2021"
authors = ["fahedsl <fahedsl@yandex.com>"]
description = "Package for handling HTTP request and response transmission on the server side, without additional processing."
license = "MIT"
repository = "https://gitlab.com/numanope/eqeqo/bazoj/rs-http-server"

[lib]
name = "httpageboy"
path = "src/lib.rs"

[dependencies]

[dev-dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"