Skip to main content

_PlaywrightHttpResponse

Wrapper class for playwright Response object to implement HttpResponse protocol.

Index

Methods

from_playwright_response

  • async from_playwright_response(response, protocol): Self
  • Parameters

    • response: Response
    • protocol: str

    Returns Self

read

Properties

headers

headers: HttpHeaders

http_version

http_version: str

status_code

status_code: int