You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2024. It is now read-only.
:param headers: A dictionary of headers from the HTTP request.
54
+
:param secret: The HMAC secret or RSA *public* key.
55
+
:param required_headers: Optional. A list of headers required to be present to validate, even if the signature is otherwise valid. Defaults to ['date'].
56
+
:param method: Optional. The HTTP method used in the request (eg. "GET"). Required for the '(request-line)' header.
57
+
:param path: Optional. The HTTP path requested, exactly as sent (including query arguments and fragments). Required for the '(request-line)' header.
58
+
:param host: Optional. The value to use for the Host header, if not supplied in :param:headers.
0 commit comments