MCPcopy Index your code
hub / github.com/microsoft/playwright-python / http_version

Method http_version

playwright/sync_api/_generated.py:630–640  ·  view source on GitHub ↗

Response.http_version Returns the http version used by the response. Returns ------- str

(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

from_maybe_implMethod · 0.80
_syncMethod · 0.45

Tested by

no test coverage detected