Cargo Features

HttpApiProblem has no features set by default.

[dependencies]
http-api-problem = { version = "0.58.0", features = ["actix-web", "api-error", "json-schema", "rocket-okapi", "axum", "hyper", "warp", "salvo", "tide"] }
actix-web = actix, actix-web-crate

Affects http-api-problem::into_actix_response

api-error = http-api-problem-derive
json-schema rocket-okapi? = schemars
rocket-okapi = json-schema, rocket

Enables rocket_okapi

axum = axum-core

Affects http-api-problem::into_axum_response

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.

hyper implicit feature

Enables hyper ^0.14

hyper:

A fast and correct HTTP library

Affects http-api-problem::into_hyper_response

actix-web-crate actix-web?

Enables actix-web

actix actix-web?
rocket rocket-okapi?

Affects http-api-problem::into_rocket_response

warp implicit feature

Enables warp

warp:

serve the web at warp speeds

salvo implicit feature

Enables salvo ^0.32

salvo:

Salvo is a powerful web framework that can make your work easier

Affects http-api-problem::into_salvo_response

tide implicit feature

Enables tide

tide:

A minimal and pragmatic Rust web application framework built for rapid development

Affects http-api-problem::into_tide_response

axum-core axum?
http-api-problem-derive api-error?
schemars json-schema?