Feature requests: get url relative to another url
Open
- Dominant language
- Python
- Stars
- 2.8k
- Forks
- 165
- PR merge metrics
- No merged PRs in 30d
Description
I just started using furl in a project. The only thing I miss a method to get the url relative to some other url. Maybe i did not find the way to do it, but i assume this is a feature request.
Something like this …
```
>>> furl("http://a.com/a/b/c").relative_to("http://a.com/a/b/d")
furl('../d')
```
... while keeping the domain in mind …
```
>>> furl("http://a.com/a/b/c").relative_to("http://b.com/a/b/d")
furl('http://b.com/a/b/d')
```
This would be a grad addition.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.