pathstyle
Pathstyle refers to a method of addressing resources where the hierarchy is encoded in the path portion of a URI, following the host name, rather than in the host portion itself. In path-style addressing, the resource identifier appears as part of the path, typically after a slash, rather than being embedded in the domain or subdomain. This is contrasted with host-based or virtual-host addressing, where the host name conveys part or all of the resource’s identity.
In practice, path-style addressing has been common in certain web services and cloud storage APIs. For example,
Advantages and considerations include easier routing by path on some proxies or gateways, and straightforward compatibility
See also: URI, URL, path-based addressing, virtual-hosted–style addressing, REST. Path-style addressing arose in the early design