Commits
Click on a commit to change the comparison rangefeat: add `join` method to `Url` class
- added support for URL path joining with optional trailing slashes and multiple arguments.8 months ago
by Meetesh-Saini Merge branch 'pydantic:main' into dev-url-join6 months ago
by Meetesh-Saini refactor(url): Update URL join function and add corresponding tests
- Refactor URL join function for better handling of relative paths
- Add tests for joining URLs with and without trailing slashes
- Cover various edge cases in line with URL specification that the previous function would fail to handle6 months ago
by Meetesh-Saini refactor: update url `join` method implementation and function signature5 months ago
by Meetesh-Saini Merge branch 'pydantic:main' into dev-url-join5 months ago
by Meetesh-Saini