A simple asynchronous Rust/hyper based webserver to redirect http requests
LOCATIONRequired value that gets placed in the http Location header. Example:https://edac.ioSERVEROptional value that gets placed in the http Server header. Default value isHyperADDRESSOptional value that the service will listen to. Default value is0.0.0.0:3001HEALTHOptional URL for health application to know what address to probe for health checks. Example:http://edac.io, Default:http://localhost:8080Note that health check will append a/healthpath to the HEALTH URL in order to also check that the redirector includes this path in the location header.