Commit Graph
13 Commits
Author SHA1 Message Date
imacat 15ea650ddd Revised the code that handles the "qop" and "stale" parameters of the "WWW-Authenticate" response HTTP header for the upcoming Werkzeug 2.4. 2023-05-03 06:58:14 +08:00
imacat 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
imacat a07118ef9c Revised the documentation for digest_auth parameter of the open method in the test client, to be clear. 2022-12-07 18:59:41 +08:00
imacat 514e9255aa Replaced "my_user" and "my_pass" with USERNAME and PASSWORD in the examples of the test client in the documentation, to avoid GitGuardian from detecting them as real passwords. 2022-12-07 18:55:52 +08:00
imacat 038e7a8352 Removed the warnings in the documentation of the test client. It is API document now. All content, for public or not, are available. There is no need to warn now. 2022-12-07 18:45:06 +08:00
imacat 7aaa7b9abe Revised the documentations. 2022-12-06 23:52:42 +08:00
imacat c6b8569543 Fixed the documentation on the pytest example. 2022-12-06 22:46:52 +08:00
imacat 765822a300 Revised the documentation. 2022-12-06 21:54:10 +08:00
imacat 6057fc0987 Revised the documentation of the Client class and the calc_response function. 2022-12-06 18:04:12 +08:00
imacat 7db38c7eae Revised the code in the make_authorization method of the test client. 2022-11-29 21:53:16 +08:00
imacat 3dcc409bef Changed the make_authorization method from private to public in the test client. 2022-11-24 21:45:11 +11:00
imacat 515098c32a Moved the _get_req_auth function into the test client class, and renamed it to __make_authorization. 2022-11-24 07:16:36 +11:00
imacat 0a69f5d3c1 Added the initial version that works. 2022-11-23 18:12:04 +11:00