Uses of Class
org.openqa.selenium.devtools.v141.network.model.Headers
Packages that use Headers
Package
Description
-
Uses of Headers in org.openqa.selenium.devtools.v141.network
Methods in org.openqa.selenium.devtools.v141.network with parameters of type HeadersModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Network.setExtraHTTPHeaders(Headers headers) Specifies whether to always send extra HTTP headers with the requests from this page. -
Uses of Headers in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return HeadersModifier and TypeMethodDescriptionRequest.getHeaders()HTTP request headers.RequestWillBeSentExtraInfo.getHeaders()Raw request headers as they will be sent over the wire.Response.getHeaders()HTTP response headers.ResponseReceivedEarlyHints.getHeaders()Raw response headers as they were received over the wire.ResponseReceivedExtraInfo.getHeaders()Raw response headers as they were received over the wire.WebSocketRequest.getHeaders()HTTP request headers.WebSocketResponse.getHeaders()HTTP response headers.SignedExchangeHeader.getResponseHeaders()Signed exchange response headers.Methods in org.openqa.selenium.devtools.v141.network.model that return types with arguments of type HeadersModifier and TypeMethodDescriptionLoadNetworkResourcePageResult.getHeaders()Response headers.Response.getRequestHeaders()Refined HTTP request headers that were actually transmitted over the network.WebSocketResponse.getRequestHeaders()HTTP request headers.RequestIntercepted.getResponseHeaders()Deprecated.Response headers if intercepted at the response stage or if redirect occurred while intercepting request or auth retry occurred.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type HeadersModifierConstructorDescriptionRequest(String url, Optional<String> urlFragment, String method, Headers headers, Optional<String> postData, Optional<Boolean> hasPostData, Optional<List<PostDataEntry>> postDataEntries, Optional<MixedContentType> mixedContentType, ResourcePriority initialPriority, Request.ReferrerPolicy referrerPolicy, Optional<Boolean> isLinkPreload, Optional<TrustTokenParams> trustTokenParams, Optional<Boolean> isSameSite) RequestWillBeSentExtraInfo(RequestId requestId, List<AssociatedCookie> associatedCookies, Headers headers, ConnectTiming connectTiming, Optional<ClientSecurityState> clientSecurityState, Optional<Boolean> siteHasCookieInOtherPartition) Response(String url, Integer status, String statusText, Headers headers, Optional<String> headersText, String mimeType, String charset, Optional<Headers> requestHeaders, Optional<String> requestHeadersText, Boolean connectionReused, Number connectionId, Optional<String> remoteIPAddress, Optional<Integer> remotePort, Optional<Boolean> fromDiskCache, Optional<Boolean> fromServiceWorker, Optional<Boolean> fromPrefetchCache, Optional<Boolean> fromEarlyHints, Optional<ServiceWorkerRouterInfo> serviceWorkerRouterInfo, Number encodedDataLength, Optional<ResourceTiming> timing, Optional<ServiceWorkerResponseSource> serviceWorkerResponseSource, Optional<TimeSinceEpoch> responseTime, Optional<String> cacheStorageCacheName, Optional<String> protocol, Optional<AlternateProtocolUsage> alternateProtocolUsage, SecurityState securityState, Optional<SecurityDetails> securityDetails, Optional<Boolean> isIpProtectionUsed) ResponseReceivedEarlyHints(RequestId requestId, Headers headers) ResponseReceivedExtraInfo(RequestId requestId, List<BlockedSetCookieWithReason> blockedCookies, Headers headers, IPAddressSpace resourceIPAddressSpace, Integer statusCode, Optional<String> headersText, Optional<CookiePartitionKey> cookiePartitionKey, Optional<Boolean> cookiePartitionKeyOpaque, Optional<List<ExemptedSetCookieWithReason>> exemptedCookies) SignedExchangeHeader(String requestUrl, Integer responseCode, Headers responseHeaders, List<SignedExchangeSignature> signatures, String headerIntegrity) WebSocketRequest(Headers headers) WebSocketResponse(Integer status, String statusText, Headers headers, Optional<String> headersText, Optional<Headers> requestHeaders, Optional<String> requestHeadersText)