Closed
Description
We currently renamed some route defininion options in #6738:
- pattern -> path
- hostname_pattern -> hostname
But IMO hostname
is still not perfect because it should be simply host
. Reasons:
- It's also Request::getHost()
- The term
hostname
has been obsoleted in http://tools.ietf.org/html/rfc3986#appendix-D.2 and uses thehost
only hostname
in the RFC was defined as the registered domain name, but we probably also want to match IP-Adresses with the pattern which is thehost = IP-literal / IPv4address / reg-name
for.
Metadata
Metadata
Assignees
Labels
No labels