Some time ago I found a code snippet that used curl (or similar) and instead of using a URL like http://example.com:2882 it accessed the site using a filesystem path. Something like:
curl /some/path/example.com/2882
How is this feature called?
I can't remember more details and all google results are misleading or unrelated.