Cargo Features

soph-http has no features set by default.

[dependencies]
soph-http = { version = "0.24.0", features = ["charset", "http2", "json", "multipart", "retry", "rustls-tls", "tracing"] }
charset

Enables charset of reqwest-middleware

http2

Enables http2 of reqwest-middleware

json

Enables json of reqwest-middleware

multipart

Enables multipart of reqwest-middleware

retry

Enables reqwest-retry

Affects config::Http.max_retry

rustls-tls

Enables rustls-tls of reqwest-middleware

tracing

Enables reqwest-tracing

optional