From a330eff25061c689c9ea4273babc00a118e23b37 Mon Sep 17 00:00:00 2001 From: Alberto Coletta Date: Sat, 25 Apr 2020 16:45:04 +0200 Subject: [PATCH] Update keyword argument name in README (#3) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b1763d0..9aac5c8 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ Usage By default, only the ``Date`` header is signed (as per the RFC) for body-less requests such as GET. The ``Date`` header is set if it is absent. In addition, for requests with bodies (such as POST), the ``Digest`` header is set to the SHA256 of the request body and signed (an example of this appears in the RFC). To add other headers to the signature, pass an -array of header names in the ``header`` keyword argument. +array of header names in the ``headers`` keyword argument. In addition to signing messages in the client, the class method ``HTTPSignatureAuth.verify()`` can be used to verify incoming requests: