Created by: maxogden
given a proxyTable router like this:
{
"baz.com/taco": "127.0.0.1:8098",
"pizza.com/taco/muffins": "127.0.0.1:8099",
}
requests from baz.com/taco
will get proxied to 127.0.0.1:8098
and requests from pizza.com/taco/muffins
will get proxied to 127.0.0.1:8099/taco
the old behavior was baz.com/taco
to 127.0.0.1:8098/taco
and pizza.com/taco/muffins
to 127.0.0.1:8099/taco/muffins