| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f7750b9 commit 35552c0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,13 +25,14 @@ def execute(self, request, endpoint_configuration): | |||
| 25 | 25 | ... | |
| 26 | 26 | ||
| 27 | 27 | @abstractmethod | |
| 28 | - def convert_response(self, response, contains_binary_response): | ||
| 28 | + def convert_response(self, response, contains_binary_response, request): | ||
| 29 | 29 | """Converts the Response object of the HttpClient into an | |
| 30 | 30 | HttpResponse object. | |
| 31 | 31 | ||
| 32 | 32 | Args: | |
| 33 | 33 | response (dynamic): The original response object. | |
| 34 | 34 | contains_binary_response (bool): The flag to check if the response is of binary type. | |
| 35 | + request (HttpRequest): The original HttpRequest object. | ||
| 35 | 36 | ||
| 36 | 37 | Returns: | |
| 37 | 38 | HttpResponse: The converted HttpResponse object. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments