馃搵 Summary
Add a top-level .query() method to the requests library (e.g., requests.query()) and a corresponding method on Session objects. This provides native, first-class support for the newly standardized HTTP QUERY method (RFC 10008), removing the need for users to rely on the generic requests.request('QUERY', ...)
馃搵 Summary
Add a top-level .query() method to the requests library (e.g., requests.query()) and a corresponding method on Session objects. This provides native, first-class support for the newly standardized HTTP QUERY method (RFC 10008), removing the need for users to rely on the generic requests.request('QUERY', ...)