Response.http_version Returns the http version used by the response. Returns ------- str
(self)
| 628 | return mapping.from_impl_nullable(self._sync(self._impl_obj.security_details())) |
| 629 | |
| 630 | def http_version(self) -> str: |
| 631 | """Response.http_version |
| 632 | |
| 633 | Returns the http version used by the response. |
| 634 | |
| 635 | Returns |
| 636 | ------- |
| 637 | str |
| 638 | """ |
| 639 | |
| 640 | return mapping.from_maybe_impl(self._sync(self._impl_obj.http_version())) |
| 641 | |
| 642 | def finished(self) -> None: |
| 643 | """Response.finished |
nothing calls this directly
no test coverage detected