Cargo Features

Asserhttp has no features set by default.

[dependencies]
asserhttp = { version = "0.7.1", features = ["fallible", "actix", "actix-web-client", "ureq", "axum", "hyper", "isahc", "reqwest", "rocket", "surf", "tonic", "grpc", "internal"] }
fallible

Affects asserhttp::Asserhttp

actix = actix-http, actix-web
actix-web-client = awc, futures-lite

Enables ws of actix-http

actix-http:

WebSocket protocol implementation

ureq

Enables ureq, use_alloc of itertools

axum = futures-lite, http-body-util

Enables axum

hyper = futures-lite

Enables hyper ^0.14

isahc = futures-lite

Enables isahc

reqwest = futures-lite

Enables reqwest

rocket = futures-lite

Enables rocket

surf = futures-lite

Enables surf

tonic = grpc

Enables tonic

Affects asserhttp::grpc

grpc tonic?

Affects asserhttp::grpc

internal

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

awc actix-web-client?
actix-http actix? actix-web-client?
actix-web actix?
itertools ureq?
http-body-util axum?
futures-lite actix-web-client? axum? hyper? isahc? reqwest? rocket? surf?