class Playwright::Response

def all_headers

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