class Playwright::APIResponse

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. Header names are not lower-cased.
def headers_array
  wrap_impl(@impl.headers_array)
end