simple_http_parser 0.2.2

Converts raw http request to a Request and build Response
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "simple_http_parser"
description = "Converts raw http request to a Request and build Response"
version = "0.2.2"
edition = "2021"
license = "MIT/Apache-2.0"
repository = "https://github.com/matteac/http_parser"
readme = "README.md"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]