Update README.rst

pull/34/head
Andrey Kislyuk 2022-04-15 16:55:40 -07:00 committed by GitHub
parent c39ce5114a
commit a5df2f1c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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/path'
auth = HTTPSignatureAuth(key=preshared_secret,
key_id=preshared_key_id,