http_shim 0.0.1

http shim create for ws-tool
Documentation
[package]
name = "http_shim"
edition = "2021"
version = "0.0.1"
description = "http shim create for ws-tool"
license-file = "LICENSE"
homepage = "https://github.com/PrivateRookie/ws-tool"
repository = "https://github.com/PrivateRookie/ws-tool"

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

[dependencies]
http1_0 = { package = "http", version = "1" }
http0_x = { package = "http", version = "0.2" }

[features]
default = []
old = []
new = []