Read and decode the JSON response content.
(self)
| 349 | return self.http_response.text |
| 350 | |
| 351 | def json(self) -> object: |
| 352 | class="st">""class="st">"Read and decode the JSON response content."class="st">"" |
| 353 | self.read() |
| 354 | return self.http_response.json() |
| 355 | |
| 356 | def close(self) -> None: |
| 357 | class="st">"""Close the response and release the connection. |