Improve logging, fix small issues
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
|
Reference in New Issue
Block a user