class Playwright::Response

def header_values(name)

Returns all values of the headers matching the name, for example `set-cookie`. The name is case insensitive.
def header_values(name)
  wrap_impl(@impl.header_values(unwrap_impl(name)))
end