ruby / uri

URI is a module providing classes to handle Uniform Resource Identifiers
https://ruby.github.io/uri/
Other
78 stars 42 forks source link

Fix host part in relative referece #84

Closed nobu closed 1 year ago

nobu commented 1 year ago

In relative referece, host part can be ommitted but can not be empty.