Method: Playwright::Request#headers_array
- Defined in:
- lib/playwright_api/request.rb
#headers_array ⇒ Object
An array with all the request HTTP headers associated with this request. Unlike [‘method: Request.allHeaders`], header names are NOT lower-cased. Headers with multiple entries, such as Set-Cookie, appear in the array multiple times.
69 70 71 |
# File 'lib/playwright_api/request.rb', line 69 def headers_array wrap_impl(@impl.headers_array) end |