You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awc::Client::request_from should allow us to forward the client request to the proxied host, so no need to implement some extra trait in this crate. Instead an example showing how to use this should be good enough. Use together with web::to to construct a "any method" service.
The text was updated successfully, but these errors were encountered:
awc::Client::request_from
should allow us to forward the client request to the proxied host, so no need to implement some extra trait in this crate. Instead an example showing how to use this should be good enough. Use together withweb::to
to construct a "any method" service.The text was updated successfully, but these errors were encountered: