(self, *args)
| 572 | return self.set_headers(headers) |
| 573 | |
| 574 | def log(self, *args): |
| 575 | print(*args) |
| 576 | |
| 577 | def on_rest_response(self, code, reason, url, method, response_headers, response_body, request_headers, request_body): |
| 578 | return response_body.strip() |
no outgoing calls
no test coverage detected