class Playwright::Response

def headers_array

Headers with multiple entries, such as `Set-Cookie`, appear in the array multiple times.
An array with all the request HTTP headers associated with this response. Unlike [`method: Response.allHeaders`], header names are NOT lower-cased.
def headers_array
  wrap_impl(@impl.headers_array)
end