HTTP client

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.