Gets the absolute URL of a resource locally served through HTTP.
static String localUrlOf(String filename, int port, String href) => localBaseUrlOf(filename, port) + href;