hitt-request 0.0.21

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

[dependencies.http]
version = "1.3.1"

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

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

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

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