encode / httpx

A next generation HTTP client for Python. 🦋
https://www.python-httpx.org/
BSD 3-Clause "New" or "Revised" License
13.09k stars 834 forks source link

Update URL.__init__ signature in API docs #3159

Closed cachitas closed 5 months ago

cachitas commented 6 months ago

Summary

Update URL.__init__() signature in the API documentation.

Since version 0.14.0 (August 7th, 2020), via #1073, the allow_relative parameter is no longer supported. I removed it and left **kwargs. Let me know if you prefer to display the allowed kwargs instead.

Checklist