class Playwright::Response
def headers_array
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
def headers_array wrap_impl(@impl.headers_array) end