Uses of Class
com.microsoft.playwright.options.HttpHeader
-
Packages that use HttpHeader Package Description com.microsoft.playwright -
-
Uses of HttpHeader in com.microsoft.playwright
Methods in com.microsoft.playwright that return types with arguments of type HttpHeader Modifier and Type Method Description List<HttpHeader>APIResponse. headersArray()An array with all the request HTTP headers associated with this response.List<HttpHeader>Request. headersArray()An array with all the request HTTP headers associated with this request.List<HttpHeader>Response. headersArray()An array with all the request HTTP headers associated with this response.
-