January 2019
Intermediate to advanced
520 pages
14h 32m
English
The handlers of this microservice work as proxies and resend incoming requests to other microservices, which will not be available to users directly. To send requests to other microservices, we need an HTTP client. The actix_web crate contains one. To use a client, we add two functions: one for proxfying GET requests, and the other to send POST requests.
Read now
Unlock full access