Improve logging, fix small issues

This commit is contained in:
2021-03-28 15:58:07 +02:00
parent cd053bc74e
commit 210c03b73f
10 changed files with 58 additions and 60 deletions

View File

@@ -65,7 +65,7 @@ class ResponseHandler(ABC):
class BasicResponseHandler(ResponseHandler):
"""
Response handler which skips the body of the message and only shows the headers.
Response handler which will handle redirects and other HTTP status codes.
In case of a redirect, it will process it and pass it to the appropriate response handler.
"""