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.1 year ago
by Meetesh-Saini Merge branch 'pydantic:main' into dev-url-join11 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 handle11 months ago
by Meetesh-Saini refactor: update url `join` method implementation and function signature10 months ago
by Meetesh-Saini Merge branch 'pydantic:main' into dev-url-join10 months ago
by Meetesh-Saini