requests-http-signature/requests_http_signature
Andrey Kislyuk ea8d82cf0d HTTPSignatureAuth.verify: Rely only on request.url, not path_url
This allows broader compatibility with request objects: in addition to
requests.PreparedRequest, we can now support requests.Request or any
object that has the method, url, and headers attributes.
2017-09-19 09:54:48 -07:00
..
__init__.py HTTPSignatureAuth.verify: Rely only on request.url, not path_url 2017-09-19 09:54:48 -07:00