class Playwright::Response
def headers
Note that this method does not return security-related headers, including cookie-related ones.
An object with the response HTTP headers. The header names are lower-cased.
def headers wrap_impl(@impl.headers) end