Uses of Class
com.microsoft.playwright.options.HttpHeader
-
Packages that use HttpHeader Package Description com.microsoft.playwright com.microsoft.playwright.impl -
-
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 java.util.List<HttpHeader>APIResponse. headersArray()An array with all the request HTTP headers associated with this response.java.util.List<HttpHeader>Request. headersArray()An array with all the request HTTP headers associated with this request.java.util.List<HttpHeader>Response. headersArray()An array with all the request HTTP headers associated with this response. -
Uses of HttpHeader in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl with type parameters of type HttpHeader Modifier and Type Field Description private java.util.List<HttpHeader>RawHeaders. headersArrayMethods in com.microsoft.playwright.impl that return types with arguments of type HttpHeader Modifier and Type Method Description java.util.List<HttpHeader>APIResponseImpl. headersArray()(package private) java.util.List<HttpHeader>RawHeaders. headersArray()java.util.List<HttpHeader>RequestImpl. headersArray()java.util.List<HttpHeader>ResponseImpl. headersArray()(package private) static java.util.List<HttpHeader>Utils. toHeadersList(java.util.Map<java.lang.String,java.lang.String> headers)Method parameters in com.microsoft.playwright.impl with type arguments of type HttpHeader Modifier and Type Method Description (package private) static java.util.Map<java.lang.String,java.lang.String>Utils. toHeadersMap(java.util.List<HttpHeader> headers)Constructor parameters in com.microsoft.playwright.impl with type arguments of type HttpHeader Constructor Description RawHeaders(java.util.List<HttpHeader> headers)
-