-
```
Addressable::URI.parse("/%2E/").normalize.to_str.should == "/%2E/"
```
-
This list could be much more useful if it contained an object for each coin instead of a parameter list:
```
{
"name" : "Bitcoin",
"symbol" : "bts",
"uri" : {
"coin": "bit…
-
https://en.wikipedia.org/wiki/Internet_Relay_Chat#URI_scheme
Normalizing how this should behave would be excellent, the wiki page itself mentions some caveats right out of the box saying how messy …
-
Initial parsing works:
```
>>> rfc3986.uri_reference('http://æåëý.com/path?query#fragment')
URIReference(scheme='http', authority='æåëý.com', path='/path', query='query', fragment='fragment')
```
Su…
-
Right now, when setting `crawler.urlEncoding="iso8859"`, we only change the URL's that uri.js outputs, not the way it looks at incoming URL's. As described by @zicjin in #355, it looks like this can c…
-
Hello,
I've noticed that starting from version v0.18.0 there is an extra '/' added at the end of the request url. Is this something on purpose? Maybe it works for the REST api, but we are using SOA…
-
I was looking to use `System.Uri` to remove empty segments from URLs as its [documentation](https://docs.microsoft.com/en-us/dotnet/api/system.uri?view=netframework-4.8#remarks) claims.
> As part o…
-
### Is your feature request related to a problem? Please describe.
Our app fetches a lot of RSS feeds from a lot of different third-party hosts, which generates a lot of metric names like `External…
-
`Uri.parse("./foo").toString()` returns `"foo"`. While it's true that these are considered the same URL, in practice many systems use the leading `./` to distinguish a relative URL from a URL that sho…
-
Currently the route to retrieve a list of actions associated with a given namespace and package is `/namespaces/{namespaceName}/actions/{packageName}/`. This is confusingly similar to the route for r…