Actix-web: Can actix-web query a site?

Created on 20 Mar 2018  路  3Comments  路  Source: actix/actix-web

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!

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

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings