lister_transports: add headers to debug data
This commit is contained in:
parent
eb47600461
commit
a85f55dbf9
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ class SWHListerHttpTransport(abc.ABC):
|
|||
Requests responses.
|
||||
"""
|
||||
s = pformat(response.request.path_url)
|
||||
s += '\n#\n' + pformat(response.request.headers)
|
||||
s += '\n#\n' + pformat(response.status_code)
|
||||
s += '\n#\n' + pformat(response.headers)
|
||||
s += '\n#\n'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue