Added
Uri::isIpv4Hosttells whether the URI host is an IPv4 addressUri::isIpv6Hosttells whether the URI host is an IPv6 addressUri::isIpvFutureHosttells whether the URI host is an IPvFuture addressUri::isRegisteredNameHosttells whether the URI host is a registered nameUri::isDomainHosttells whether the URI host is a domain name
Fixed
- Query order not respected in
BaseUri::isSameDocumentmethod 165 - Fix Host resolution using the new
HostRecordclass, some registered name were wrongly throwing exceptions. - Fix
Uri::withPathimprove handling of path leading slash presence - Fix
UriTemplate::exapndToUrlandUriTemplate::expandToUrlOrFailadding the missing softErrors argument populated by reference.
Deprecated
- None
Removed
- None