You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented based on the RFC:
* A host can be either: registered name; IPv4 address; IP literal
* Host should be output lowercase and percent encoded
* An `Authority` can exist without a `host`
I also updated `DefaultUriParser` to support this, including adding IPv6
support which is NET-A-PORTER#62.
evanbennett
added a commit
to evanbennett/scala-uri
that referenced
this issue
Jul 7, 2016
Implemented based on the RFC:
* A host can be either: registered name; IPv4 address; IP literal
* Host should be output lowercase and percent encoded
* An `Authority` can exist without a `host`
I also updated `DefaultUriParser` to support this, including adding IPv6
support which is NET-A-PORTER#62.
No description provided.
The text was updated successfully, but these errors were encountered: