Compare commits

...

2 Commits

Author SHA1 Message Date
Andrey Kislyuk 83abe85c81
Update README.rst 2022-04-15 16:56:58 -07:00
Andrey Kislyuk a5df2f1c57
Update README.rst 2022-04-15 16:55:40 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Usage
preshared_key_id = 'squirrel'
preshared_secret = b'monorail_cat'
url = 'http://example.com/path'
url = 'https://example.com/'
auth = HTTPSignatureAuth(key=preshared_secret,
key_id=preshared_key_id,