Implement RFC 2396 path segments
未關閉
- 主要語言
- Python
- 星號
- 1.5k
- 分支
- 215
- 平均合併
- 1 天 2 分鐘
- 30 天內合併 PR
- 13
描述
Currently there is no such thing as segments in yarl, which could be useful when you construct your path from a list and don't want to end up chain creating lots of URL objects with some hacky approach (see #138)
It should also be possible to do:
```python
segments = ["foo", "bar/"] # with proper quoting here
url = URL("https://example.com") / segments
```
貢獻指南
評估
這個 Issue 還沒有評估資料。