asserhttp 0.0.2

Fluent http assertions
Documentation
[dependencies.isahc]
optional = true
version = "1.4.0"

[dependencies.surf]
optional = true
version = "2.2.0"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.9.0"

[dev-dependencies.stubr]
version = "0.4.3"

[features]
default = ["surf", "isahc"]

[package]
authors = ["Beltram Maldant"]
categories = ["development-tools::testing", "api-bindings"]
description = "Fluent http assertions"
edition = "2018"
homepage = "https://github.com/beltram/asserhttp"
include = ["/src/*", "/tests/*", "/Cargo.toml"]
keywords = ["test", "http", "client", "testing"]
license = "Apache-2.0"
name = "asserhttp"
repository = "https://github.com/beltram/asserhttp"
version = "0.0.2"