pub fn parse_pproxy_test_target(value: &str) -> Result<TargetAddr, String>Expand description
Parse the URL-shaped pproxy --test value into the target address used by
the shared native upstream tester. The regular eggress upstream test
command continues to accept its existing host:port form.