httpageboy 1.0.0

Package for handling HTTP request and response transmission on the server side, without additional processing.
Documentation
[dependencies]

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["fahedsl <fahedsl@yandex.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Package for handling HTTP request and response transmission on the server side, without additional processing."
edition = "2021"
license = "MIT"
name = "httpageboy"
readme = "README.md"
repository = "https://gitlab.com/numanope/eqeqo/bazoj/rs-http-server"
version = "1.0.0"

[[test]]
name = "test"
path = "tests/test.rs"