vix-http-client 1.4.1

A minimal HTTP client driven by a `.http`-style buffer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "vix-http-client"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "A minimal HTTP client driven by a `.http`-style buffer."

[dependencies]
ureq = { workspace = true }

[dev-dependencies]
proptest = { workspace = true }