jofas / actix_proxy

Glue code between awc and actix-web
Other
12 stars 3 forks source link

Provide access to the inner `SendRequestError` #6

Open jofas opened 1 year ago

jofas commented 1 year ago

Make the inner error public, provide access methods and maybe even implement Deref (look at axum's State wrapper).

This is a breaking API change.