class Playwright::APIResponse
def headers_array
An array with all the request HTTP headers associated with this response. Header names are not lower-cased.
def headers_array wrap_impl(@impl.headers_array) end
def headers_array wrap_impl(@impl.headers_array) end