Uses of Class
com.microsoft.playwright.options.HttpHeader
Packages that use HttpHeader
-
Uses of HttpHeader in com.microsoft.playwright
Methods in com.microsoft.playwright that return types with arguments of type HttpHeaderModifier and TypeMethodDescriptionAPIResponse.headersArray()An array with all the request HTTP headers associated with this response.Request.headersArray()An array with all the request HTTP headers associated with this request.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 HttpHeaderMethods in com.microsoft.playwright.impl that return types with arguments of type HttpHeaderModifier and TypeMethodDescriptionAPIResponseImpl.headersArray()(package private) List<HttpHeader> RawHeaders.headersArray()RequestImpl.headersArray()ResponseImpl.headersArray()(package private) static List<HttpHeader> Utils.toHeadersList(Map<String, String> headers) Method parameters in com.microsoft.playwright.impl with type arguments of type HttpHeaderConstructor parameters in com.microsoft.playwright.impl with type arguments of type HttpHeader