|
e861cae2e0
|
Replaced importing the "typing" module as "t" with importing the individual names in the "typing" module. We do not have as many names to import. This is also to be consistent with the practices of most major and standard packages and examples.
|
2023-04-27 09:08:10 +08:00 |
|
|
7aaa7b9abe
|
Revised the documentations.
|
2022-12-06 23:52:42 +08:00 |
|
|
765822a300
|
Revised the documentation.
|
2022-12-06 21:54:10 +08:00 |
|
|
6057fc0987
|
Revised the documentation of the Client class and the calc_response function.
|
2022-12-06 18:04:12 +08:00 |
|
|
f9e10ecb2f
|
Replaced validate_required with assert in the calc_response function, for simplicity.
|
2022-12-06 17:44:18 +08:00 |
|
|
b6bfb2eae9
|
Revised the documentation of the DigestAuth class and the calc_response function.
|
2022-12-06 17:38:58 +08:00 |
|
|
8c98d35934
|
Revised the calc_response function for readability.
|
2022-11-29 22:10:18 +08:00 |
|
|
ca22b9731c
|
Moved the ha1 and ha2 calculation into the calc_response function.
|
2022-11-24 07:13:21 +11:00 |
|
|
0a69f5d3c1
|
Added the initial version that works.
|
2022-11-23 18:12:04 +11:00 |
|