hitt-request 0.0.16

Request utility library for the hitt http testing tool
Documentation
[dependencies.hitt-parser]
version = "0.0.16"

[dependencies.http]
version = "1.1.0"

[dependencies.reqwest]
default-features = false
features = ["brotli", "charset", "cookies", "deflate", "gzip", "http2", "json", "macos-system-configuration", "rustls-tls", "zstd"]
version = "0.12.8"

[dependencies.tokio]
features = ["fs", "macros", "rt-multi-thread"]
version = "1.40.0"

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

[package]
authors = ["Mads Hougesen <mads@mhouge.dk>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming::http-client"]
description = "Request utility library for the hitt http testing tool"
edition = "2021"
homepage = "https://hitt.mhouge.dk"
keywords = ["http", "cli", "testing", "sse", "server-sent-events"]
license = "MIT"
name = "hitt-request"
readme = "README.md"
repository = "https://github.com/hougesen/hitt"
rust-version = "1.70"
version = "0.0.16"