pub fn get_route_planner(
    address: SocketAddr,
    authorization: impl AsRef<str>
) -> Result<Request<&'static [u8]>, Error>
Available on crate feature http-support only.
Expand description

Get the configured route planner for a node by address.

The response will include a body which can be deserialized into a RoutePlanner.

§Errors

See the documentation for [http::Error].