class Playwright::APIResponse

def headers

An object with all the response HTTP headers associated with this response.
def headers
  wrap_impl(@impl.headers)
end