That is, from everything I've read, it seems like actix-web is great at _responding_ to requests, but I can't find anything about _making_ requests to some URL.
e.g. I want to query some external site and use that response data within my actix-web server.
Maybe that's totally out of scope for the project, but I figured I'd ask.
Thanks!
there is actix_web::client api, it is not in guide yet, but i am planing to add guide section for client
you can also check http proxy example
there is also websocket client
reopen, if you have questsions
Most helpful comment
there is actix_web::client api, it is not in guide yet, but i am planing to add guide section for client
you can also check http proxy example