class Playwright::Response

def headers

You can use [`method: Response.allHeaders`] for complete list of headers that include `cookie` information.
Note that this method does not return security-related headers, including cookie-related ones.
An object with the response HTTP headers. The header names are lower-cased.
def headers
  wrap_impl(@impl.headers)
end