Versions in this module Expand all Collapse all v0 v0.0.4 Jun 30, 2024 Changes in this version + const CommandClearAcceptedEncodingsOverride + const CommandClearBrowserCache + const CommandClearBrowserCookies + const CommandDeleteCookies + const CommandDisable + const CommandEmulateNetworkConditions + const CommandEnable + const CommandEnableReportingAPI + const CommandGetCertificate + const CommandGetCookies + const CommandGetRequestPostData + const CommandGetResponseBody + const CommandGetResponseBodyForInterception + const CommandGetSecurityIsolationStatus + const CommandLoadNetworkResource + const CommandReplayXHR + const CommandSearchInResponseBody + const CommandSetAcceptedEncodings + const CommandSetAttachDebugStack + const CommandSetBlockedURLS + const CommandSetBypassServiceWorker + const CommandSetCacheDisabled + const CommandSetCookie + const CommandSetCookies + const CommandSetExtraHTTPHeaders + const CommandStreamResourceContent + const CommandTakeResponseBodyForInterceptionAsStream + type AlternateProtocolUsage string + const AlternateProtocolUsageAlternativeJobWonRace + const AlternateProtocolUsageAlternativeJobWonWithoutRace + const AlternateProtocolUsageBroken + const AlternateProtocolUsageDNSAlpnH3jobWonRace + const AlternateProtocolUsageDNSAlpnH3jobWonWithoutRace + const AlternateProtocolUsageMainJobWonRace + const AlternateProtocolUsageMappingMissing + const AlternateProtocolUsageUnspecifiedReason + func (t *AlternateProtocolUsage) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *AlternateProtocolUsage) UnmarshalJSON(buf []byte) error + func (t AlternateProtocolUsage) MarshalEasyJSON(out *jwriter.Writer) + func (t AlternateProtocolUsage) MarshalJSON() ([]byte, error) + func (t AlternateProtocolUsage) String() string + type AssociatedCookie struct + BlockedReasons []CookieBlockedReason + Cookie *Cookie + ExemptionReason CookieExemptionReason + func (v *AssociatedCookie) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *AssociatedCookie) UnmarshalJSON(data []byte) error + func (v AssociatedCookie) MarshalEasyJSON(w *jwriter.Writer) + func (v AssociatedCookie) MarshalJSON() ([]byte, error) + type AuthChallenge struct + Origin string + Realm string + Scheme string + Source AuthChallengeSource + func (v *AuthChallenge) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *AuthChallenge) UnmarshalJSON(data []byte) error + func (v AuthChallenge) MarshalEasyJSON(w *jwriter.Writer) + func (v AuthChallenge) MarshalJSON() ([]byte, error) + type AuthChallengeResponse struct + Password string + Response AuthChallengeResponseResponse + Username string + func (v *AuthChallengeResponse) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *AuthChallengeResponse) UnmarshalJSON(data []byte) error + func (v AuthChallengeResponse) MarshalEasyJSON(w *jwriter.Writer) + func (v AuthChallengeResponse) MarshalJSON() ([]byte, error) + type AuthChallengeResponseResponse string + const AuthChallengeResponseResponseCancelAuth + const AuthChallengeResponseResponseDefault + const AuthChallengeResponseResponseProvideCredentials + func (t *AuthChallengeResponseResponse) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *AuthChallengeResponseResponse) UnmarshalJSON(buf []byte) error + func (t AuthChallengeResponseResponse) MarshalEasyJSON(out *jwriter.Writer) + func (t AuthChallengeResponseResponse) MarshalJSON() ([]byte, error) + func (t AuthChallengeResponseResponse) String() string + type AuthChallengeSource string + const AuthChallengeSourceProxy + const AuthChallengeSourceServer + func (t *AuthChallengeSource) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *AuthChallengeSource) UnmarshalJSON(buf []byte) error + func (t AuthChallengeSource) MarshalEasyJSON(out *jwriter.Writer) + func (t AuthChallengeSource) MarshalJSON() ([]byte, error) + func (t AuthChallengeSource) String() string + type BlockedReason string + const BlockedReasonCoepFrameResourceNeedsCoepHeader + const BlockedReasonContentType + const BlockedReasonCoopSandboxedIframeCannotNavigateToCoopPage + const BlockedReasonCorpNotSameOrigin + const BlockedReasonCorpNotSameOriginAfterDefaultedToSameOriginByCoep + const BlockedReasonCorpNotSameOriginAfterDefaultedToSameOriginByCoepAndDip + const BlockedReasonCorpNotSameOriginAfterDefaultedToSameOriginByDip + const BlockedReasonCorpNotSameSite + const BlockedReasonCsp + const BlockedReasonInspector + const BlockedReasonMixedContent + const BlockedReasonOrigin + const BlockedReasonOther + const BlockedReasonSubresourceFilter + func (t *BlockedReason) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *BlockedReason) UnmarshalJSON(buf []byte) error + func (t BlockedReason) MarshalEasyJSON(out *jwriter.Writer) + func (t BlockedReason) MarshalJSON() ([]byte, error) + func (t BlockedReason) String() string + type BlockedSetCookieWithReason struct + BlockedReasons []SetCookieBlockedReason + Cookie *Cookie + CookieLine string + func (v *BlockedSetCookieWithReason) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *BlockedSetCookieWithReason) UnmarshalJSON(data []byte) error + func (v BlockedSetCookieWithReason) MarshalEasyJSON(w *jwriter.Writer) + func (v BlockedSetCookieWithReason) MarshalJSON() ([]byte, error) + type CachedResource struct + BodySize float64 + Response *Response + Type ResourceType + URL string + func (v *CachedResource) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CachedResource) UnmarshalJSON(data []byte) error + func (v CachedResource) MarshalEasyJSON(w *jwriter.Writer) + func (v CachedResource) MarshalJSON() ([]byte, error) + type CertificateTransparencyCompliance string + const CertificateTransparencyComplianceCompliant + const CertificateTransparencyComplianceNotCompliant + const CertificateTransparencyComplianceUnknown + func (t *CertificateTransparencyCompliance) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *CertificateTransparencyCompliance) UnmarshalJSON(buf []byte) error + func (t CertificateTransparencyCompliance) MarshalEasyJSON(out *jwriter.Writer) + func (t CertificateTransparencyCompliance) MarshalJSON() ([]byte, error) + func (t CertificateTransparencyCompliance) String() string + type ClearAcceptedEncodingsOverrideParams struct + func ClearAcceptedEncodingsOverride() *ClearAcceptedEncodingsOverrideParams + func (p *ClearAcceptedEncodingsOverrideParams) Do(ctx context.Context) (err error) + func (v *ClearAcceptedEncodingsOverrideParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ClearAcceptedEncodingsOverrideParams) UnmarshalJSON(data []byte) error + func (v ClearAcceptedEncodingsOverrideParams) MarshalEasyJSON(w *jwriter.Writer) + func (v ClearAcceptedEncodingsOverrideParams) MarshalJSON() ([]byte, error) + type ClearBrowserCacheParams struct + func ClearBrowserCache() *ClearBrowserCacheParams + func (p *ClearBrowserCacheParams) Do(ctx context.Context) (err error) + func (v *ClearBrowserCacheParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ClearBrowserCacheParams) UnmarshalJSON(data []byte) error + func (v ClearBrowserCacheParams) MarshalEasyJSON(w *jwriter.Writer) + func (v ClearBrowserCacheParams) MarshalJSON() ([]byte, error) + type ClearBrowserCookiesParams struct + func ClearBrowserCookies() *ClearBrowserCookiesParams + func (p *ClearBrowserCookiesParams) Do(ctx context.Context) (err error) + func (v *ClearBrowserCookiesParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ClearBrowserCookiesParams) UnmarshalJSON(data []byte) error + func (v ClearBrowserCookiesParams) MarshalEasyJSON(w *jwriter.Writer) + func (v ClearBrowserCookiesParams) MarshalJSON() ([]byte, error) + type ClientSecurityState struct + InitiatorIPAddressSpace IPAddressSpace + InitiatorIsSecureContext bool + PrivateNetworkRequestPolicy PrivateNetworkRequestPolicy + func (v *ClientSecurityState) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ClientSecurityState) UnmarshalJSON(data []byte) error + func (v ClientSecurityState) MarshalEasyJSON(w *jwriter.Writer) + func (v ClientSecurityState) MarshalJSON() ([]byte, error) + type ConnectTiming struct + RequestTime float64 + func (v *ConnectTiming) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ConnectTiming) UnmarshalJSON(data []byte) error + func (v ConnectTiming) MarshalEasyJSON(w *jwriter.Writer) + func (v ConnectTiming) MarshalJSON() ([]byte, error) + type ConnectionType string + const ConnectionTypeBluetooth + const ConnectionTypeCellular2g + const ConnectionTypeCellular3g + const ConnectionTypeCellular4g + const ConnectionTypeEthernet + const ConnectionTypeNone + const ConnectionTypeOther + const ConnectionTypeWifi + const ConnectionTypeWimax + func (t *ConnectionType) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *ConnectionType) UnmarshalJSON(buf []byte) error + func (t ConnectionType) MarshalEasyJSON(out *jwriter.Writer) + func (t ConnectionType) MarshalJSON() ([]byte, error) + func (t ConnectionType) String() string + type ContentEncoding string + const ContentEncodingBr + const ContentEncodingDeflate + const ContentEncodingGzip + const ContentEncodingZstd + func (t *ContentEncoding) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *ContentEncoding) UnmarshalJSON(buf []byte) error + func (t ContentEncoding) MarshalEasyJSON(out *jwriter.Writer) + func (t ContentEncoding) MarshalJSON() ([]byte, error) + func (t ContentEncoding) String() string + type ContentSecurityPolicySource string + const ContentSecurityPolicySourceHTTP + const ContentSecurityPolicySourceMeta + func (t *ContentSecurityPolicySource) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *ContentSecurityPolicySource) UnmarshalJSON(buf []byte) error + func (t ContentSecurityPolicySource) MarshalEasyJSON(out *jwriter.Writer) + func (t ContentSecurityPolicySource) MarshalJSON() ([]byte, error) + func (t ContentSecurityPolicySource) String() string + type ContentSecurityPolicyStatus struct + EffectiveDirectives string + IsEnforced bool + Source ContentSecurityPolicySource + func (v *ContentSecurityPolicyStatus) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ContentSecurityPolicyStatus) UnmarshalJSON(data []byte) error + func (v ContentSecurityPolicyStatus) MarshalEasyJSON(w *jwriter.Writer) + func (v ContentSecurityPolicyStatus) MarshalJSON() ([]byte, error) + type Cookie struct + Domain string + Expires float64 + HTTPOnly bool + Name string + PartitionKey *CookiePartitionKey + PartitionKeyOpaque bool + Path string + Priority CookiePriority + SameSite CookieSameSite + Secure bool + Session bool + Size int64 + SourcePort int64 + SourceScheme CookieSourceScheme + Value string + func (v *Cookie) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Cookie) UnmarshalJSON(data []byte) error + func (v Cookie) MarshalEasyJSON(w *jwriter.Writer) + func (v Cookie) MarshalJSON() ([]byte, error) + type CookieBlockedReason string + const CookieBlockedReasonDomainMismatch + const CookieBlockedReasonNameValuePairExceedsMaxSize + const CookieBlockedReasonNotOnPath + const CookieBlockedReasonSamePartyFromCrossPartyContext + const CookieBlockedReasonSameSiteLax + const CookieBlockedReasonSameSiteNoneInsecure + const CookieBlockedReasonSameSiteStrict + const CookieBlockedReasonSameSiteUnspecifiedTreatedAsLax + const CookieBlockedReasonSchemefulSameSiteLax + const CookieBlockedReasonSchemefulSameSiteStrict + const CookieBlockedReasonSchemefulSameSiteUnspecifiedTreatedAsLax + const CookieBlockedReasonSecureOnly + const CookieBlockedReasonThirdPartyBlockedInFirstPartySet + const CookieBlockedReasonThirdPartyPhaseout + const CookieBlockedReasonUnknownError + const CookieBlockedReasonUserPreferences + func (t *CookieBlockedReason) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *CookieBlockedReason) UnmarshalJSON(buf []byte) error + func (t CookieBlockedReason) MarshalEasyJSON(out *jwriter.Writer) + func (t CookieBlockedReason) MarshalJSON() ([]byte, error) + func (t CookieBlockedReason) String() string + type CookieExemptionReason string + const CookieExemptionReasonCorsOptIn + const CookieExemptionReasonEnterprisePolicy + const CookieExemptionReasonNone + const CookieExemptionReasonScheme + const CookieExemptionReasonStorageAccess + const CookieExemptionReasonTPCDDeprecationTrial + const CookieExemptionReasonTPCDHeuristics + const CookieExemptionReasonTPCDMetadata + const CookieExemptionReasonTopLevelStorageAccess + const CookieExemptionReasonUserSetting + func (t *CookieExemptionReason) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *CookieExemptionReason) UnmarshalJSON(buf []byte) error + func (t CookieExemptionReason) MarshalEasyJSON(out *jwriter.Writer) + func (t CookieExemptionReason) MarshalJSON() ([]byte, error) + func (t CookieExemptionReason) String() string + type CookieParam struct + Domain string + Expires *cdp.TimeSinceEpoch + HTTPOnly bool + Name string + PartitionKey *CookiePartitionKey + Path string + Priority CookiePriority + SameParty bool + SameSite CookieSameSite + Secure bool + SourcePort int64 + SourceScheme CookieSourceScheme + URL string + Value string + func (v *CookieParam) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CookieParam) UnmarshalJSON(data []byte) error + func (v CookieParam) MarshalEasyJSON(w *jwriter.Writer) + func (v CookieParam) MarshalJSON() ([]byte, error) + type CookiePartitionKey struct + HasCrossSiteAncestor bool + TopLevelSite string + func (t *CookiePartitionKey) UnmarshalEasyJSON(in *jlexer.Lexer) + func (v *CookiePartitionKey) OrigUnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CookiePartitionKey) UnmarshalJSON(data []byte) error + func (v CookiePartitionKey) MarshalEasyJSON(w *jwriter.Writer) + func (v CookiePartitionKey) MarshalJSON() ([]byte, error) + type CookiePriority string + const CookiePriorityHigh + const CookiePriorityLow + const CookiePriorityMedium + func (t *CookiePriority) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *CookiePriority) UnmarshalJSON(buf []byte) error + func (t CookiePriority) MarshalEasyJSON(out *jwriter.Writer) + func (t CookiePriority) MarshalJSON() ([]byte, error) + func (t CookiePriority) String() string + type CookieSameSite string + const CookieSameSiteLax + const CookieSameSiteNone + const CookieSameSiteStrict + func (t *CookieSameSite) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *CookieSameSite) UnmarshalJSON(buf []byte) error + func (t CookieSameSite) MarshalEasyJSON(out *jwriter.Writer) + func (t CookieSameSite) MarshalJSON() ([]byte, error) + func (t CookieSameSite) String() string + type CookieSourceScheme string + const CookieSourceSchemeNonSecure + const CookieSourceSchemeSecure + const CookieSourceSchemeUnset + func (t *CookieSourceScheme) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *CookieSourceScheme) UnmarshalJSON(buf []byte) error + func (t CookieSourceScheme) MarshalEasyJSON(out *jwriter.Writer) + func (t CookieSourceScheme) MarshalJSON() ([]byte, error) + func (t CookieSourceScheme) String() string + type CorsError string + const CorsErrorAllowOriginMismatch + const CorsErrorCorsDisabledScheme + const CorsErrorDisallowedByMode + const CorsErrorHeaderDisallowedByPreflightResponse + const CorsErrorInsecurePrivateNetwork + const CorsErrorInvalidAllowCredentials + const CorsErrorInvalidAllowHeadersPreflightResponse + const CorsErrorInvalidAllowMethodsPreflightResponse + const CorsErrorInvalidAllowOriginValue + const CorsErrorInvalidPrivateNetworkAccess + const CorsErrorInvalidResponse + const CorsErrorMethodDisallowedByPreflightResponse + const CorsErrorMissingAllowOriginHeader + const CorsErrorMultipleAllowOriginValues + const CorsErrorNoCorsRedirectModeNotFollow + const CorsErrorPreflightAllowOriginMismatch + const CorsErrorPreflightDisallowedRedirect + const CorsErrorPreflightInvalidAllowCredentials + const CorsErrorPreflightInvalidAllowExternal + const CorsErrorPreflightInvalidAllowOriginValue + const CorsErrorPreflightInvalidAllowPrivateNetwork + const CorsErrorPreflightInvalidStatus + const CorsErrorPreflightMissingAllowExternal + const CorsErrorPreflightMissingAllowOriginHeader + const CorsErrorPreflightMissingAllowPrivateNetwork + const CorsErrorPreflightMissingPrivateNetworkAccessID + const CorsErrorPreflightMissingPrivateNetworkAccessName + const CorsErrorPreflightMultipleAllowOriginValues + const CorsErrorPreflightWildcardOriginNotAllowed + const CorsErrorPrivateNetworkAccessPermissionDenied + const CorsErrorPrivateNetworkAccessPermissionUnavailable + const CorsErrorRedirectContainsCredentials + const CorsErrorUnexpectedPrivateNetworkAccess + const CorsErrorWildcardOriginNotAllowed + func (t *CorsError) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *CorsError) UnmarshalJSON(buf []byte) error + func (t CorsError) MarshalEasyJSON(out *jwriter.Writer) + func (t CorsError) MarshalJSON() ([]byte, error) + func (t CorsError) String() string + type CorsErrorStatus struct + CorsError CorsError + FailedParameter string + func (v *CorsErrorStatus) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CorsErrorStatus) UnmarshalJSON(data []byte) error + func (v CorsErrorStatus) MarshalEasyJSON(w *jwriter.Writer) + func (v CorsErrorStatus) MarshalJSON() ([]byte, error) + type CrossOriginEmbedderPolicyStatus struct + ReportOnlyReportingEndpoint string + ReportOnlyValue CrossOriginEmbedderPolicyValue + ReportingEndpoint string + Value CrossOriginEmbedderPolicyValue + func (v *CrossOriginEmbedderPolicyStatus) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CrossOriginEmbedderPolicyStatus) UnmarshalJSON(data []byte) error + func (v CrossOriginEmbedderPolicyStatus) MarshalEasyJSON(w *jwriter.Writer) + func (v CrossOriginEmbedderPolicyStatus) MarshalJSON() ([]byte, error) + type CrossOriginEmbedderPolicyValue string + const CrossOriginEmbedderPolicyValueCredentialless + const CrossOriginEmbedderPolicyValueNone + const CrossOriginEmbedderPolicyValueRequireCorp + func (t *CrossOriginEmbedderPolicyValue) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *CrossOriginEmbedderPolicyValue) UnmarshalJSON(buf []byte) error + func (t CrossOriginEmbedderPolicyValue) MarshalEasyJSON(out *jwriter.Writer) + func (t CrossOriginEmbedderPolicyValue) MarshalJSON() ([]byte, error) + func (t CrossOriginEmbedderPolicyValue) String() string + type CrossOriginOpenerPolicyStatus struct + ReportOnlyReportingEndpoint string + ReportOnlyValue CrossOriginOpenerPolicyValue + ReportingEndpoint string + Value CrossOriginOpenerPolicyValue + func (v *CrossOriginOpenerPolicyStatus) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *CrossOriginOpenerPolicyStatus) UnmarshalJSON(data []byte) error + func (v CrossOriginOpenerPolicyStatus) MarshalEasyJSON(w *jwriter.Writer) + func (v CrossOriginOpenerPolicyStatus) MarshalJSON() ([]byte, error) + type CrossOriginOpenerPolicyValue string + const CrossOriginOpenerPolicyValueRestrictProperties + const CrossOriginOpenerPolicyValueRestrictPropertiesPlusCoep + const CrossOriginOpenerPolicyValueSameOrigin + const CrossOriginOpenerPolicyValueSameOriginAllowPopups + const CrossOriginOpenerPolicyValueSameOriginPlusCoep + const CrossOriginOpenerPolicyValueUnsafeNone + func (t *CrossOriginOpenerPolicyValue) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *CrossOriginOpenerPolicyValue) UnmarshalJSON(buf []byte) error + func (t CrossOriginOpenerPolicyValue) MarshalEasyJSON(out *jwriter.Writer) + func (t CrossOriginOpenerPolicyValue) MarshalJSON() ([]byte, error) + func (t CrossOriginOpenerPolicyValue) String() string + type DeleteCookiesParams struct + Domain string + Name string + PartitionKey *CookiePartitionKey + Path string + URL string + func DeleteCookies(name string) *DeleteCookiesParams + func (p *DeleteCookiesParams) Do(ctx context.Context) (err error) + func (p DeleteCookiesParams) WithDomain(domain string) *DeleteCookiesParams + func (p DeleteCookiesParams) WithPartitionKey(partitionKey *CookiePartitionKey) *DeleteCookiesParams + func (p DeleteCookiesParams) WithPath(path string) *DeleteCookiesParams + func (p DeleteCookiesParams) WithURL(url string) *DeleteCookiesParams + func (v *DeleteCookiesParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *DeleteCookiesParams) UnmarshalJSON(data []byte) error + func (v DeleteCookiesParams) MarshalEasyJSON(w *jwriter.Writer) + func (v DeleteCookiesParams) MarshalJSON() ([]byte, error) + type DisableParams struct + func Disable() *DisableParams + func (p *DisableParams) Do(ctx context.Context) (err error) + func (v *DisableParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *DisableParams) UnmarshalJSON(data []byte) error + func (v DisableParams) MarshalEasyJSON(w *jwriter.Writer) + func (v DisableParams) MarshalJSON() ([]byte, error) + type EmulateNetworkConditionsParams struct + ConnectionType ConnectionType + DownloadThroughput float64 + Latency float64 + Offline bool + PacketLoss float64 + PacketQueueLength int64 + PacketReordering bool + UploadThroughput float64 + func EmulateNetworkConditions(offline bool, latency float64, downloadThroughput float64, ...) *EmulateNetworkConditionsParams + func (p *EmulateNetworkConditionsParams) Do(ctx context.Context) (err error) + func (p EmulateNetworkConditionsParams) WithConnectionType(connectionType ConnectionType) *EmulateNetworkConditionsParams + func (p EmulateNetworkConditionsParams) WithPacketLoss(packetLoss float64) *EmulateNetworkConditionsParams + func (p EmulateNetworkConditionsParams) WithPacketQueueLength(packetQueueLength int64) *EmulateNetworkConditionsParams + func (p EmulateNetworkConditionsParams) WithPacketReordering(packetReordering bool) *EmulateNetworkConditionsParams + func (v *EmulateNetworkConditionsParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EmulateNetworkConditionsParams) UnmarshalJSON(data []byte) error + func (v EmulateNetworkConditionsParams) MarshalEasyJSON(w *jwriter.Writer) + func (v EmulateNetworkConditionsParams) MarshalJSON() ([]byte, error) + type EnableParams struct + MaxPostDataSize int64 + MaxResourceBufferSize int64 + MaxTotalBufferSize int64 + func Enable() *EnableParams + func (p *EnableParams) Do(ctx context.Context) (err error) + func (p EnableParams) WithMaxPostDataSize(maxPostDataSize int64) *EnableParams + func (p EnableParams) WithMaxResourceBufferSize(maxResourceBufferSize int64) *EnableParams + func (p EnableParams) WithMaxTotalBufferSize(maxTotalBufferSize int64) *EnableParams + func (v *EnableParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EnableParams) UnmarshalJSON(data []byte) error + func (v EnableParams) MarshalEasyJSON(w *jwriter.Writer) + func (v EnableParams) MarshalJSON() ([]byte, error) + type EnableReportingAPIParams struct + Enable bool + func EnableReportingAPI(enable bool) *EnableReportingAPIParams + func (p *EnableReportingAPIParams) Do(ctx context.Context) (err error) + func (v *EnableReportingAPIParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EnableReportingAPIParams) UnmarshalJSON(data []byte) error + func (v EnableReportingAPIParams) MarshalEasyJSON(w *jwriter.Writer) + func (v EnableReportingAPIParams) MarshalJSON() ([]byte, error) + type ErrorReason string + const ErrorReasonAborted + const ErrorReasonAccessDenied + const ErrorReasonAddressUnreachable + const ErrorReasonBlockedByClient + const ErrorReasonBlockedByResponse + const ErrorReasonConnectionAborted + const ErrorReasonConnectionClosed + const ErrorReasonConnectionFailed + const ErrorReasonConnectionRefused + const ErrorReasonConnectionReset + const ErrorReasonFailed + const ErrorReasonInternetDisconnected + const ErrorReasonNameNotResolved + const ErrorReasonTimedOut + func (t *ErrorReason) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *ErrorReason) UnmarshalJSON(buf []byte) error + func (t ErrorReason) MarshalEasyJSON(out *jwriter.Writer) + func (t ErrorReason) MarshalJSON() ([]byte, error) + func (t ErrorReason) String() string + type EventDataReceived struct + Data string + DataLength int64 + EncodedDataLength int64 + RequestID RequestID + Timestamp *cdp.MonotonicTime + func (v *EventDataReceived) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventDataReceived) UnmarshalJSON(data []byte) error + func (v EventDataReceived) MarshalEasyJSON(w *jwriter.Writer) + func (v EventDataReceived) MarshalJSON() ([]byte, error) + type EventEventSourceMessageReceived struct + Data string + EventID string + EventName string + RequestID RequestID + Timestamp *cdp.MonotonicTime + func (v *EventEventSourceMessageReceived) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventEventSourceMessageReceived) UnmarshalJSON(data []byte) error + func (v EventEventSourceMessageReceived) MarshalEasyJSON(w *jwriter.Writer) + func (v EventEventSourceMessageReceived) MarshalJSON() ([]byte, error) + type EventLoadingFailed struct + BlockedReason BlockedReason + Canceled bool + CorsErrorStatus *CorsErrorStatus + ErrorText string + RequestID RequestID + Timestamp *cdp.MonotonicTime + Type ResourceType + func (v *EventLoadingFailed) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventLoadingFailed) UnmarshalJSON(data []byte) error + func (v EventLoadingFailed) MarshalEasyJSON(w *jwriter.Writer) + func (v EventLoadingFailed) MarshalJSON() ([]byte, error) + type EventLoadingFinished struct + EncodedDataLength float64 + RequestID RequestID + Timestamp *cdp.MonotonicTime + func (v *EventLoadingFinished) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventLoadingFinished) UnmarshalJSON(data []byte) error + func (v EventLoadingFinished) MarshalEasyJSON(w *jwriter.Writer) + func (v EventLoadingFinished) MarshalJSON() ([]byte, error) + type EventPolicyUpdated struct + func (v *EventPolicyUpdated) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventPolicyUpdated) UnmarshalJSON(data []byte) error + func (v EventPolicyUpdated) MarshalEasyJSON(w *jwriter.Writer) + func (v EventPolicyUpdated) MarshalJSON() ([]byte, error) + type EventReportingAPIEndpointsChangedForOrigin struct + Endpoints []*ReportingAPIEndpoint + Origin string + func (v *EventReportingAPIEndpointsChangedForOrigin) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventReportingAPIEndpointsChangedForOrigin) UnmarshalJSON(data []byte) error + func (v EventReportingAPIEndpointsChangedForOrigin) MarshalEasyJSON(w *jwriter.Writer) + func (v EventReportingAPIEndpointsChangedForOrigin) MarshalJSON() ([]byte, error) + type EventReportingAPIReportAdded struct + Report *ReportingAPIReport + func (v *EventReportingAPIReportAdded) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventReportingAPIReportAdded) UnmarshalJSON(data []byte) error + func (v EventReportingAPIReportAdded) MarshalEasyJSON(w *jwriter.Writer) + func (v EventReportingAPIReportAdded) MarshalJSON() ([]byte, error) + type EventReportingAPIReportUpdated struct + Report *ReportingAPIReport + func (v *EventReportingAPIReportUpdated) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventReportingAPIReportUpdated) UnmarshalJSON(data []byte) error + func (v EventReportingAPIReportUpdated) MarshalEasyJSON(w *jwriter.Writer) + func (v EventReportingAPIReportUpdated) MarshalJSON() ([]byte, error) + type EventRequestServedFromCache struct + RequestID RequestID + func (v *EventRequestServedFromCache) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventRequestServedFromCache) UnmarshalJSON(data []byte) error + func (v EventRequestServedFromCache) MarshalEasyJSON(w *jwriter.Writer) + func (v EventRequestServedFromCache) MarshalJSON() ([]byte, error) + type EventRequestWillBeSent struct + DocumentURL string + FrameID cdp.FrameID + HasUserGesture bool + Initiator *Initiator + LoaderID cdp.LoaderID + RedirectHasExtraInfo bool + RedirectResponse *Response + Request *Request + RequestID RequestID + Timestamp *cdp.MonotonicTime + Type ResourceType + WallTime *cdp.TimeSinceEpoch + func (v *EventRequestWillBeSent) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventRequestWillBeSent) UnmarshalJSON(data []byte) error + func (v EventRequestWillBeSent) MarshalEasyJSON(w *jwriter.Writer) + func (v EventRequestWillBeSent) MarshalJSON() ([]byte, error) + type EventRequestWillBeSentExtraInfo struct + AssociatedCookies []*AssociatedCookie + ClientSecurityState *ClientSecurityState + ConnectTiming *ConnectTiming + Headers Headers + RequestID RequestID + SiteHasCookieInOtherPartition bool + func (v *EventRequestWillBeSentExtraInfo) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventRequestWillBeSentExtraInfo) UnmarshalJSON(data []byte) error + func (v EventRequestWillBeSentExtraInfo) MarshalEasyJSON(w *jwriter.Writer) + func (v EventRequestWillBeSentExtraInfo) MarshalJSON() ([]byte, error) + type EventResourceChangedPriority struct + NewPriority ResourcePriority + RequestID RequestID + Timestamp *cdp.MonotonicTime + func (v *EventResourceChangedPriority) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventResourceChangedPriority) UnmarshalJSON(data []byte) error + func (v EventResourceChangedPriority) MarshalEasyJSON(w *jwriter.Writer) + func (v EventResourceChangedPriority) MarshalJSON() ([]byte, error) + type EventResponseReceived struct + FrameID cdp.FrameID + HasExtraInfo bool + LoaderID cdp.LoaderID + RequestID RequestID + Response *Response + Timestamp *cdp.MonotonicTime + Type ResourceType + func (v *EventResponseReceived) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventResponseReceived) UnmarshalJSON(data []byte) error + func (v EventResponseReceived) MarshalEasyJSON(w *jwriter.Writer) + func (v EventResponseReceived) MarshalJSON() ([]byte, error) + type EventResponseReceivedEarlyHints struct + Headers Headers + RequestID RequestID + func (v *EventResponseReceivedEarlyHints) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventResponseReceivedEarlyHints) UnmarshalJSON(data []byte) error + func (v EventResponseReceivedEarlyHints) MarshalEasyJSON(w *jwriter.Writer) + func (v EventResponseReceivedEarlyHints) MarshalJSON() ([]byte, error) + type EventResponseReceivedExtraInfo struct + BlockedCookies []*BlockedSetCookieWithReason + CookiePartitionKey *CookiePartitionKey + CookiePartitionKeyOpaque bool + ExemptedCookies []*ExemptedSetCookieWithReason + Headers Headers + HeadersText string + RequestID RequestID + ResourceIPAddressSpace IPAddressSpace + StatusCode int64 + func (v *EventResponseReceivedExtraInfo) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventResponseReceivedExtraInfo) UnmarshalJSON(data []byte) error + func (v EventResponseReceivedExtraInfo) MarshalEasyJSON(w *jwriter.Writer) + func (v EventResponseReceivedExtraInfo) MarshalJSON() ([]byte, error) + type EventSignedExchangeReceived struct + Info *SignedExchangeInfo + RequestID RequestID + func (v *EventSignedExchangeReceived) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventSignedExchangeReceived) UnmarshalJSON(data []byte) error + func (v EventSignedExchangeReceived) MarshalEasyJSON(w *jwriter.Writer) + func (v EventSignedExchangeReceived) MarshalJSON() ([]byte, error) + type EventSubresourceWebBundleInnerResponseError struct + BundleRequestID RequestID + ErrorMessage string + InnerRequestID RequestID + InnerRequestURL string + func (v *EventSubresourceWebBundleInnerResponseError) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventSubresourceWebBundleInnerResponseError) UnmarshalJSON(data []byte) error + func (v EventSubresourceWebBundleInnerResponseError) MarshalEasyJSON(w *jwriter.Writer) + func (v EventSubresourceWebBundleInnerResponseError) MarshalJSON() ([]byte, error) + type EventSubresourceWebBundleInnerResponseParsed struct + BundleRequestID RequestID + InnerRequestID RequestID + InnerRequestURL string + func (v *EventSubresourceWebBundleInnerResponseParsed) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventSubresourceWebBundleInnerResponseParsed) UnmarshalJSON(data []byte) error + func (v EventSubresourceWebBundleInnerResponseParsed) MarshalEasyJSON(w *jwriter.Writer) + func (v EventSubresourceWebBundleInnerResponseParsed) MarshalJSON() ([]byte, error) + type EventSubresourceWebBundleMetadataError struct + ErrorMessage string + RequestID RequestID + func (v *EventSubresourceWebBundleMetadataError) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventSubresourceWebBundleMetadataError) UnmarshalJSON(data []byte) error + func (v EventSubresourceWebBundleMetadataError) MarshalEasyJSON(w *jwriter.Writer) + func (v EventSubresourceWebBundleMetadataError) MarshalJSON() ([]byte, error) + type EventSubresourceWebBundleMetadataReceived struct + RequestID RequestID + Urls []string + func (v *EventSubresourceWebBundleMetadataReceived) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventSubresourceWebBundleMetadataReceived) UnmarshalJSON(data []byte) error + func (v EventSubresourceWebBundleMetadataReceived) MarshalEasyJSON(w *jwriter.Writer) + func (v EventSubresourceWebBundleMetadataReceived) MarshalJSON() ([]byte, error) + type EventTrustTokenOperationDone struct + IssuedTokenCount int64 + IssuerOrigin string + RequestID RequestID + Status TrustTokenOperationDoneStatus + TopLevelOrigin string + Type TrustTokenOperationType + func (v *EventTrustTokenOperationDone) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventTrustTokenOperationDone) UnmarshalJSON(data []byte) error + func (v EventTrustTokenOperationDone) MarshalEasyJSON(w *jwriter.Writer) + func (v EventTrustTokenOperationDone) MarshalJSON() ([]byte, error) + type EventWebSocketClosed struct + RequestID RequestID + Timestamp *cdp.MonotonicTime + func (v *EventWebSocketClosed) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventWebSocketClosed) UnmarshalJSON(data []byte) error + func (v EventWebSocketClosed) MarshalEasyJSON(w *jwriter.Writer) + func (v EventWebSocketClosed) MarshalJSON() ([]byte, error) + type EventWebSocketCreated struct + Initiator *Initiator + RequestID RequestID + URL string + func (v *EventWebSocketCreated) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventWebSocketCreated) UnmarshalJSON(data []byte) error + func (v EventWebSocketCreated) MarshalEasyJSON(w *jwriter.Writer) + func (v EventWebSocketCreated) MarshalJSON() ([]byte, error) + type EventWebSocketFrameError struct + ErrorMessage string + RequestID RequestID + Timestamp *cdp.MonotonicTime + func (v *EventWebSocketFrameError) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventWebSocketFrameError) UnmarshalJSON(data []byte) error + func (v EventWebSocketFrameError) MarshalEasyJSON(w *jwriter.Writer) + func (v EventWebSocketFrameError) MarshalJSON() ([]byte, error) + type EventWebSocketFrameReceived struct + RequestID RequestID + Response *WebSocketFrame + Timestamp *cdp.MonotonicTime + func (v *EventWebSocketFrameReceived) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventWebSocketFrameReceived) UnmarshalJSON(data []byte) error + func (v EventWebSocketFrameReceived) MarshalEasyJSON(w *jwriter.Writer) + func (v EventWebSocketFrameReceived) MarshalJSON() ([]byte, error) + type EventWebSocketFrameSent struct + RequestID RequestID + Response *WebSocketFrame + Timestamp *cdp.MonotonicTime + func (v *EventWebSocketFrameSent) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventWebSocketFrameSent) UnmarshalJSON(data []byte) error + func (v EventWebSocketFrameSent) MarshalEasyJSON(w *jwriter.Writer) + func (v EventWebSocketFrameSent) MarshalJSON() ([]byte, error) + type EventWebSocketHandshakeResponseReceived struct + RequestID RequestID + Response *WebSocketResponse + Timestamp *cdp.MonotonicTime + func (v *EventWebSocketHandshakeResponseReceived) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventWebSocketHandshakeResponseReceived) UnmarshalJSON(data []byte) error + func (v EventWebSocketHandshakeResponseReceived) MarshalEasyJSON(w *jwriter.Writer) + func (v EventWebSocketHandshakeResponseReceived) MarshalJSON() ([]byte, error) + type EventWebSocketWillSendHandshakeRequest struct + Request *WebSocketRequest + RequestID RequestID + Timestamp *cdp.MonotonicTime + WallTime *cdp.TimeSinceEpoch + func (v *EventWebSocketWillSendHandshakeRequest) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventWebSocketWillSendHandshakeRequest) UnmarshalJSON(data []byte) error + func (v EventWebSocketWillSendHandshakeRequest) MarshalEasyJSON(w *jwriter.Writer) + func (v EventWebSocketWillSendHandshakeRequest) MarshalJSON() ([]byte, error) + type EventWebTransportClosed struct + Timestamp *cdp.MonotonicTime + TransportID RequestID + func (v *EventWebTransportClosed) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventWebTransportClosed) UnmarshalJSON(data []byte) error + func (v EventWebTransportClosed) MarshalEasyJSON(w *jwriter.Writer) + func (v EventWebTransportClosed) MarshalJSON() ([]byte, error) + type EventWebTransportConnectionEstablished struct + Timestamp *cdp.MonotonicTime + TransportID RequestID + func (v *EventWebTransportConnectionEstablished) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventWebTransportConnectionEstablished) UnmarshalJSON(data []byte) error + func (v EventWebTransportConnectionEstablished) MarshalEasyJSON(w *jwriter.Writer) + func (v EventWebTransportConnectionEstablished) MarshalJSON() ([]byte, error) + type EventWebTransportCreated struct + Initiator *Initiator + Timestamp *cdp.MonotonicTime + TransportID RequestID + URL string + func (v *EventWebTransportCreated) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *EventWebTransportCreated) UnmarshalJSON(data []byte) error + func (v EventWebTransportCreated) MarshalEasyJSON(w *jwriter.Writer) + func (v EventWebTransportCreated) MarshalJSON() ([]byte, error) + type ExemptedSetCookieWithReason struct + Cookie *Cookie + CookieLine string + ExemptionReason CookieExemptionReason + func (v *ExemptedSetCookieWithReason) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ExemptedSetCookieWithReason) UnmarshalJSON(data []byte) error + func (v ExemptedSetCookieWithReason) MarshalEasyJSON(w *jwriter.Writer) + func (v ExemptedSetCookieWithReason) MarshalJSON() ([]byte, error) + type GetCertificateParams struct + Origin string + func GetCertificate(origin string) *GetCertificateParams + func (p *GetCertificateParams) Do(ctx context.Context) (tableNames []string, err error) + func (v *GetCertificateParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetCertificateParams) UnmarshalJSON(data []byte) error + func (v GetCertificateParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetCertificateParams) MarshalJSON() ([]byte, error) + type GetCertificateReturns struct + TableNames []string + func (v *GetCertificateReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetCertificateReturns) UnmarshalJSON(data []byte) error + func (v GetCertificateReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetCertificateReturns) MarshalJSON() ([]byte, error) + type GetCookiesParams struct + Urls []string + func GetCookies() *GetCookiesParams + func (p *GetCookiesParams) Do(ctx context.Context) (cookies []*Cookie, err error) + func (p GetCookiesParams) WithUrls(urls []string) *GetCookiesParams + func (v *GetCookiesParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetCookiesParams) UnmarshalJSON(data []byte) error + func (v GetCookiesParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetCookiesParams) MarshalJSON() ([]byte, error) + type GetCookiesReturns struct + Cookies []*Cookie + func (v *GetCookiesReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetCookiesReturns) UnmarshalJSON(data []byte) error + func (v GetCookiesReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetCookiesReturns) MarshalJSON() ([]byte, error) + type GetRequestPostDataParams struct + RequestID RequestID + func GetRequestPostData(requestID RequestID) *GetRequestPostDataParams + func (p *GetRequestPostDataParams) Do(ctx context.Context) (postData string, err error) + func (v *GetRequestPostDataParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetRequestPostDataParams) UnmarshalJSON(data []byte) error + func (v GetRequestPostDataParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetRequestPostDataParams) MarshalJSON() ([]byte, error) + type GetRequestPostDataReturns struct + PostData string + func (v *GetRequestPostDataReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetRequestPostDataReturns) UnmarshalJSON(data []byte) error + func (v GetRequestPostDataReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetRequestPostDataReturns) MarshalJSON() ([]byte, error) + type GetResponseBodyForInterceptionParams struct + InterceptionID InterceptionID + func GetResponseBodyForInterception(interceptionID InterceptionID) *GetResponseBodyForInterceptionParams + func (p *GetResponseBodyForInterceptionParams) Do(ctx context.Context) (body []byte, err error) + func (v *GetResponseBodyForInterceptionParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetResponseBodyForInterceptionParams) UnmarshalJSON(data []byte) error + func (v GetResponseBodyForInterceptionParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetResponseBodyForInterceptionParams) MarshalJSON() ([]byte, error) + type GetResponseBodyForInterceptionReturns struct + Base64encoded bool + Body string + func (v *GetResponseBodyForInterceptionReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetResponseBodyForInterceptionReturns) UnmarshalJSON(data []byte) error + func (v GetResponseBodyForInterceptionReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetResponseBodyForInterceptionReturns) MarshalJSON() ([]byte, error) + type GetResponseBodyParams struct + RequestID RequestID + func GetResponseBody(requestID RequestID) *GetResponseBodyParams + func (p *GetResponseBodyParams) Do(ctx context.Context) (body []byte, err error) + func (v *GetResponseBodyParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetResponseBodyParams) UnmarshalJSON(data []byte) error + func (v GetResponseBodyParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetResponseBodyParams) MarshalJSON() ([]byte, error) + type GetResponseBodyReturns struct + Base64encoded bool + Body string + func (v *GetResponseBodyReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetResponseBodyReturns) UnmarshalJSON(data []byte) error + func (v GetResponseBodyReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetResponseBodyReturns) MarshalJSON() ([]byte, error) + type GetSecurityIsolationStatusParams struct + FrameID cdp.FrameID + func GetSecurityIsolationStatus() *GetSecurityIsolationStatusParams + func (p *GetSecurityIsolationStatusParams) Do(ctx context.Context) (status *SecurityIsolationStatus, err error) + func (p GetSecurityIsolationStatusParams) WithFrameID(frameID cdp.FrameID) *GetSecurityIsolationStatusParams + func (v *GetSecurityIsolationStatusParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetSecurityIsolationStatusParams) UnmarshalJSON(data []byte) error + func (v GetSecurityIsolationStatusParams) MarshalEasyJSON(w *jwriter.Writer) + func (v GetSecurityIsolationStatusParams) MarshalJSON() ([]byte, error) + type GetSecurityIsolationStatusReturns struct + Status *SecurityIsolationStatus + func (v *GetSecurityIsolationStatusReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *GetSecurityIsolationStatusReturns) UnmarshalJSON(data []byte) error + func (v GetSecurityIsolationStatusReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v GetSecurityIsolationStatusReturns) MarshalJSON() ([]byte, error) + type Headers map[string]interface + type IPAddressSpace string + const IPAddressSpaceLocal + const IPAddressSpacePrivate + const IPAddressSpacePublic + const IPAddressSpaceUnknown + func (t *IPAddressSpace) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *IPAddressSpace) UnmarshalJSON(buf []byte) error + func (t IPAddressSpace) MarshalEasyJSON(out *jwriter.Writer) + func (t IPAddressSpace) MarshalJSON() ([]byte, error) + func (t IPAddressSpace) String() string + type Initiator struct + ColumnNumber float64 + LineNumber float64 + RequestID RequestID + Stack *runtime.StackTrace + Type InitiatorType + URL string + func (v *Initiator) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Initiator) UnmarshalJSON(data []byte) error + func (v Initiator) MarshalEasyJSON(w *jwriter.Writer) + func (v Initiator) MarshalJSON() ([]byte, error) + type InitiatorType string + const InitiatorTypeOther + const InitiatorTypeParser + const InitiatorTypePreflight + const InitiatorTypePreload + const InitiatorTypeScript + const InitiatorTypeSignedExchange + func (t *InitiatorType) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *InitiatorType) UnmarshalJSON(buf []byte) error + func (t InitiatorType) MarshalEasyJSON(out *jwriter.Writer) + func (t InitiatorType) MarshalJSON() ([]byte, error) + func (t InitiatorType) String() string + type InterceptionID string + func (t InterceptionID) String() string + type InterceptionStage string + const InterceptionStageHeadersReceived + const InterceptionStageRequest + func (t *InterceptionStage) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *InterceptionStage) UnmarshalJSON(buf []byte) error + func (t InterceptionStage) MarshalEasyJSON(out *jwriter.Writer) + func (t InterceptionStage) MarshalJSON() ([]byte, error) + func (t InterceptionStage) String() string + type LoadNetworkResourceOptions struct + DisableCache bool + IncludeCredentials bool + func (v *LoadNetworkResourceOptions) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *LoadNetworkResourceOptions) UnmarshalJSON(data []byte) error + func (v LoadNetworkResourceOptions) MarshalEasyJSON(w *jwriter.Writer) + func (v LoadNetworkResourceOptions) MarshalJSON() ([]byte, error) + type LoadNetworkResourcePageResult struct + HTTPStatusCode float64 + Headers Headers + NetError float64 + NetErrorName string + Stream io.StreamHandle + Success bool + func (v *LoadNetworkResourcePageResult) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *LoadNetworkResourcePageResult) UnmarshalJSON(data []byte) error + func (v LoadNetworkResourcePageResult) MarshalEasyJSON(w *jwriter.Writer) + func (v LoadNetworkResourcePageResult) MarshalJSON() ([]byte, error) + type LoadNetworkResourceParams struct + FrameID cdp.FrameID + Options *LoadNetworkResourceOptions + URL string + func LoadNetworkResource(url string, options *LoadNetworkResourceOptions) *LoadNetworkResourceParams + func (p *LoadNetworkResourceParams) Do(ctx context.Context) (resource *LoadNetworkResourcePageResult, err error) + func (p LoadNetworkResourceParams) WithFrameID(frameID cdp.FrameID) *LoadNetworkResourceParams + func (v *LoadNetworkResourceParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *LoadNetworkResourceParams) UnmarshalJSON(data []byte) error + func (v LoadNetworkResourceParams) MarshalEasyJSON(w *jwriter.Writer) + func (v LoadNetworkResourceParams) MarshalJSON() ([]byte, error) + type LoadNetworkResourceReturns struct + Resource *LoadNetworkResourcePageResult + func (v *LoadNetworkResourceReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *LoadNetworkResourceReturns) UnmarshalJSON(data []byte) error + func (v LoadNetworkResourceReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v LoadNetworkResourceReturns) MarshalJSON() ([]byte, error) + type PostDataEntry struct + Bytes string + func (v *PostDataEntry) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *PostDataEntry) UnmarshalJSON(data []byte) error + func (v PostDataEntry) MarshalEasyJSON(w *jwriter.Writer) + func (v PostDataEntry) MarshalJSON() ([]byte, error) + type PrivateNetworkRequestPolicy string + const PrivateNetworkRequestPolicyAllow + const PrivateNetworkRequestPolicyBlockFromInsecureToMorePrivate + const PrivateNetworkRequestPolicyPreflightBlock + const PrivateNetworkRequestPolicyPreflightWarn + const PrivateNetworkRequestPolicyWarnFromInsecureToMorePrivate + func (t *PrivateNetworkRequestPolicy) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *PrivateNetworkRequestPolicy) UnmarshalJSON(buf []byte) error + func (t PrivateNetworkRequestPolicy) MarshalEasyJSON(out *jwriter.Writer) + func (t PrivateNetworkRequestPolicy) MarshalJSON() ([]byte, error) + func (t PrivateNetworkRequestPolicy) String() string + type ReferrerPolicy string + const ReferrerPolicyNoReferrer + const ReferrerPolicyNoReferrerWhenDowngrade + const ReferrerPolicyOrigin + const ReferrerPolicyOriginWhenCrossOrigin + const ReferrerPolicySameOrigin + const ReferrerPolicyStrictOrigin + const ReferrerPolicyStrictOriginWhenCrossOrigin + const ReferrerPolicyUnsafeURL + func (t *ReferrerPolicy) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *ReferrerPolicy) UnmarshalJSON(buf []byte) error + func (t ReferrerPolicy) MarshalEasyJSON(out *jwriter.Writer) + func (t ReferrerPolicy) MarshalJSON() ([]byte, error) + func (t ReferrerPolicy) String() string + type ReplayXHRParams struct + RequestID RequestID + func ReplayXHR(requestID RequestID) *ReplayXHRParams + func (p *ReplayXHRParams) Do(ctx context.Context) (err error) + func (v *ReplayXHRParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ReplayXHRParams) UnmarshalJSON(data []byte) error + func (v ReplayXHRParams) MarshalEasyJSON(w *jwriter.Writer) + func (v ReplayXHRParams) MarshalJSON() ([]byte, error) + type ReportID string + func (t ReportID) String() string + type ReportStatus string + const ReportStatusMarkedForRemoval + const ReportStatusPending + const ReportStatusQueued + const ReportStatusSuccess + func (t *ReportStatus) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *ReportStatus) UnmarshalJSON(buf []byte) error + func (t ReportStatus) MarshalEasyJSON(out *jwriter.Writer) + func (t ReportStatus) MarshalJSON() ([]byte, error) + func (t ReportStatus) String() string + type ReportingAPIEndpoint struct + GroupName string + URL string + func (v *ReportingAPIEndpoint) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ReportingAPIEndpoint) UnmarshalJSON(data []byte) error + func (v ReportingAPIEndpoint) MarshalEasyJSON(w *jwriter.Writer) + func (v ReportingAPIEndpoint) MarshalJSON() ([]byte, error) + type ReportingAPIReport struct + Body easyjson.RawMessage + CompletedAttempts int64 + Depth int64 + Destination string + ID ReportID + InitiatorURL string + Status ReportStatus + Timestamp *cdp.TimeSinceEpoch + Type string + func (v *ReportingAPIReport) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ReportingAPIReport) UnmarshalJSON(data []byte) error + func (v ReportingAPIReport) MarshalEasyJSON(w *jwriter.Writer) + func (v ReportingAPIReport) MarshalJSON() ([]byte, error) + type Request struct + HasPostData bool + Headers Headers + InitialPriority ResourcePriority + IsLinkPreload bool + IsSameSite bool + Method string + MixedContentType security.MixedContentType + PostDataEntries []*PostDataEntry + ReferrerPolicy ReferrerPolicy + TrustTokenParams *TrustTokenParams + URL string + URLFragment string + func (v *Request) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Request) UnmarshalJSON(data []byte) error + func (v Request) MarshalEasyJSON(w *jwriter.Writer) + func (v Request) MarshalJSON() ([]byte, error) + type RequestID string + func (t RequestID) String() string + type RequestPattern struct + InterceptionStage InterceptionStage + ResourceType ResourceType + URLPattern string + func (v *RequestPattern) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *RequestPattern) UnmarshalJSON(data []byte) error + func (v RequestPattern) MarshalEasyJSON(w *jwriter.Writer) + func (v RequestPattern) MarshalJSON() ([]byte, error) + type ResourcePriority string + const ResourcePriorityHigh + const ResourcePriorityLow + const ResourcePriorityMedium + const ResourcePriorityVeryHigh + const ResourcePriorityVeryLow + func (t *ResourcePriority) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *ResourcePriority) UnmarshalJSON(buf []byte) error + func (t ResourcePriority) MarshalEasyJSON(out *jwriter.Writer) + func (t ResourcePriority) MarshalJSON() ([]byte, error) + func (t ResourcePriority) String() string + type ResourceTiming struct + ConnectEnd float64 + ConnectStart float64 + DNSEnd float64 + DNSStart float64 + ProxyEnd float64 + ProxyStart float64 + PushEnd float64 + PushStart float64 + ReceiveHeadersEnd float64 + ReceiveHeadersStart float64 + RequestTime float64 + SendEnd float64 + SendStart float64 + SslEnd float64 + SslStart float64 + WorkerCacheLookupStart float64 + WorkerFetchStart float64 + WorkerReady float64 + WorkerRespondWithSettled float64 + WorkerRouterEvaluationStart float64 + WorkerStart float64 + func (v *ResourceTiming) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ResourceTiming) UnmarshalJSON(data []byte) error + func (v ResourceTiming) MarshalEasyJSON(w *jwriter.Writer) + func (v ResourceTiming) MarshalJSON() ([]byte, error) + type ResourceType string + const ResourceTypeCSPViolationReport + const ResourceTypeDocument + const ResourceTypeEventSource + const ResourceTypeFetch + const ResourceTypeFont + const ResourceTypeImage + const ResourceTypeManifest + const ResourceTypeMedia + const ResourceTypeOther + const ResourceTypePing + const ResourceTypePrefetch + const ResourceTypePreflight + const ResourceTypeScript + const ResourceTypeSignedExchange + const ResourceTypeStylesheet + const ResourceTypeTextTrack + const ResourceTypeWebSocket + const ResourceTypeXHR + func (t *ResourceType) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *ResourceType) UnmarshalJSON(buf []byte) error + func (t ResourceType) MarshalEasyJSON(out *jwriter.Writer) + func (t ResourceType) MarshalJSON() ([]byte, error) + func (t ResourceType) String() string + type Response struct + AlternateProtocolUsage AlternateProtocolUsage + CacheStorageCacheName string + Charset string + ConnectionID float64 + ConnectionReused bool + EncodedDataLength float64 + FromDiskCache bool + FromEarlyHints bool + FromPrefetchCache bool + FromServiceWorker bool + Headers Headers + MimeType string + Protocol string + RemoteIPAddress string + RemotePort int64 + RequestHeaders Headers + ResponseTime *cdp.TimeSinceEpochMilli + SecurityDetails *SecurityDetails + SecurityState security.State + ServiceWorkerResponseSource ServiceWorkerResponseSource + ServiceWorkerRouterInfo *ServiceWorkerRouterInfo + Status int64 + StatusText string + Timing *ResourceTiming + URL string + func (v *Response) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *Response) UnmarshalJSON(data []byte) error + func (v Response) MarshalEasyJSON(w *jwriter.Writer) + func (v Response) MarshalJSON() ([]byte, error) + type SearchInResponseBodyParams struct + CaseSensitive bool + IsRegex bool + Query string + RequestID RequestID + func SearchInResponseBody(requestID RequestID, query string) *SearchInResponseBodyParams + func (p *SearchInResponseBodyParams) Do(ctx context.Context) (result []*debugger.SearchMatch, err error) + func (p SearchInResponseBodyParams) WithCaseSensitive(caseSensitive bool) *SearchInResponseBodyParams + func (p SearchInResponseBodyParams) WithIsRegex(isRegex bool) *SearchInResponseBodyParams + func (v *SearchInResponseBodyParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SearchInResponseBodyParams) UnmarshalJSON(data []byte) error + func (v SearchInResponseBodyParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SearchInResponseBodyParams) MarshalJSON() ([]byte, error) + type SearchInResponseBodyReturns struct + Result []*debugger.SearchMatch + func (v *SearchInResponseBodyReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SearchInResponseBodyReturns) UnmarshalJSON(data []byte) error + func (v SearchInResponseBodyReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v SearchInResponseBodyReturns) MarshalJSON() ([]byte, error) + type SecurityDetails struct + CertificateID security.CertificateID + CertificateTransparencyCompliance CertificateTransparencyCompliance + Cipher string + EncryptedClientHello bool + Issuer string + KeyExchange string + KeyExchangeGroup string + Mac string + Protocol string + SanList []string + ServerSignatureAlgorithm int64 + SignedCertificateTimestampList []*SignedCertificateTimestamp + SubjectName string + ValidFrom *cdp.TimeSinceEpoch + ValidTo *cdp.TimeSinceEpoch + func (v *SecurityDetails) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SecurityDetails) UnmarshalJSON(data []byte) error + func (v SecurityDetails) MarshalEasyJSON(w *jwriter.Writer) + func (v SecurityDetails) MarshalJSON() ([]byte, error) + type SecurityIsolationStatus struct + Coep *CrossOriginEmbedderPolicyStatus + Coop *CrossOriginOpenerPolicyStatus + Csp []*ContentSecurityPolicyStatus + func (v *SecurityIsolationStatus) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SecurityIsolationStatus) UnmarshalJSON(data []byte) error + func (v SecurityIsolationStatus) MarshalEasyJSON(w *jwriter.Writer) + func (v SecurityIsolationStatus) MarshalJSON() ([]byte, error) + type ServiceWorkerResponseSource string + const ServiceWorkerResponseSourceCacheStorage + const ServiceWorkerResponseSourceFallbackCode + const ServiceWorkerResponseSourceHTTPCache + const ServiceWorkerResponseSourceNetwork + func (t *ServiceWorkerResponseSource) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *ServiceWorkerResponseSource) UnmarshalJSON(buf []byte) error + func (t ServiceWorkerResponseSource) MarshalEasyJSON(out *jwriter.Writer) + func (t ServiceWorkerResponseSource) MarshalJSON() ([]byte, error) + func (t ServiceWorkerResponseSource) String() string + type ServiceWorkerRouterInfo struct + ActualSourceType ServiceWorkerRouterSource + MatchedSourceType ServiceWorkerRouterSource + RuleIDMatched int64 + func (v *ServiceWorkerRouterInfo) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *ServiceWorkerRouterInfo) UnmarshalJSON(data []byte) error + func (v ServiceWorkerRouterInfo) MarshalEasyJSON(w *jwriter.Writer) + func (v ServiceWorkerRouterInfo) MarshalJSON() ([]byte, error) + type ServiceWorkerRouterSource string + const ServiceWorkerRouterSourceCache + const ServiceWorkerRouterSourceFetchEvent + const ServiceWorkerRouterSourceNetwork + const ServiceWorkerRouterSourceRaceNetworkAndFetchHandler + func (t *ServiceWorkerRouterSource) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *ServiceWorkerRouterSource) UnmarshalJSON(buf []byte) error + func (t ServiceWorkerRouterSource) MarshalEasyJSON(out *jwriter.Writer) + func (t ServiceWorkerRouterSource) MarshalJSON() ([]byte, error) + func (t ServiceWorkerRouterSource) String() string + type SetAcceptedEncodingsParams struct + Encodings []ContentEncoding + func SetAcceptedEncodings(encodings []ContentEncoding) *SetAcceptedEncodingsParams + func (p *SetAcceptedEncodingsParams) Do(ctx context.Context) (err error) + func (v *SetAcceptedEncodingsParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetAcceptedEncodingsParams) UnmarshalJSON(data []byte) error + func (v SetAcceptedEncodingsParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetAcceptedEncodingsParams) MarshalJSON() ([]byte, error) + type SetAttachDebugStackParams struct + Enabled bool + func SetAttachDebugStack(enabled bool) *SetAttachDebugStackParams + func (p *SetAttachDebugStackParams) Do(ctx context.Context) (err error) + func (v *SetAttachDebugStackParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetAttachDebugStackParams) UnmarshalJSON(data []byte) error + func (v SetAttachDebugStackParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetAttachDebugStackParams) MarshalJSON() ([]byte, error) + type SetBlockedURLSParams struct + Urls []string + func SetBlockedURLS(urls []string) *SetBlockedURLSParams + func (p *SetBlockedURLSParams) Do(ctx context.Context) (err error) + func (v *SetBlockedURLSParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetBlockedURLSParams) UnmarshalJSON(data []byte) error + func (v SetBlockedURLSParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetBlockedURLSParams) MarshalJSON() ([]byte, error) + type SetBypassServiceWorkerParams struct + Bypass bool + func SetBypassServiceWorker(bypass bool) *SetBypassServiceWorkerParams + func (p *SetBypassServiceWorkerParams) Do(ctx context.Context) (err error) + func (v *SetBypassServiceWorkerParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetBypassServiceWorkerParams) UnmarshalJSON(data []byte) error + func (v SetBypassServiceWorkerParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetBypassServiceWorkerParams) MarshalJSON() ([]byte, error) + type SetCacheDisabledParams struct + CacheDisabled bool + func SetCacheDisabled(cacheDisabled bool) *SetCacheDisabledParams + func (p *SetCacheDisabledParams) Do(ctx context.Context) (err error) + func (v *SetCacheDisabledParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetCacheDisabledParams) UnmarshalJSON(data []byte) error + func (v SetCacheDisabledParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetCacheDisabledParams) MarshalJSON() ([]byte, error) + type SetCookieBlockedReason string + const SetCookieBlockedReasonDisallowedCharacter + const SetCookieBlockedReasonInvalidDomain + const SetCookieBlockedReasonInvalidPrefix + const SetCookieBlockedReasonNameValuePairExceedsMaxSize + const SetCookieBlockedReasonNoCookieContent + const SetCookieBlockedReasonOverwriteSecure + const SetCookieBlockedReasonSamePartyConflictsWithOtherAttributes + const SetCookieBlockedReasonSamePartyFromCrossPartyContext + const SetCookieBlockedReasonSameSiteLax + const SetCookieBlockedReasonSameSiteNoneInsecure + const SetCookieBlockedReasonSameSiteStrict + const SetCookieBlockedReasonSameSiteUnspecifiedTreatedAsLax + const SetCookieBlockedReasonSchemeNotSupported + const SetCookieBlockedReasonSchemefulSameSiteLax + const SetCookieBlockedReasonSchemefulSameSiteStrict + const SetCookieBlockedReasonSchemefulSameSiteUnspecifiedTreatedAsLax + const SetCookieBlockedReasonSecureOnly + const SetCookieBlockedReasonSyntaxError + const SetCookieBlockedReasonThirdPartyBlockedInFirstPartySet + const SetCookieBlockedReasonThirdPartyPhaseout + const SetCookieBlockedReasonUnknownError + const SetCookieBlockedReasonUserPreferences + func (t *SetCookieBlockedReason) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *SetCookieBlockedReason) UnmarshalJSON(buf []byte) error + func (t SetCookieBlockedReason) MarshalEasyJSON(out *jwriter.Writer) + func (t SetCookieBlockedReason) MarshalJSON() ([]byte, error) + func (t SetCookieBlockedReason) String() string + type SetCookieParams struct + Domain string + Expires *cdp.TimeSinceEpoch + HTTPOnly bool + Name string + PartitionKey *CookiePartitionKey + Path string + Priority CookiePriority + SameParty bool + SameSite CookieSameSite + Secure bool + SourcePort int64 + SourceScheme CookieSourceScheme + URL string + Value string + func SetCookie(name string, value string) *SetCookieParams + func (p *SetCookieParams) Do(ctx context.Context) (err error) + func (p SetCookieParams) WithDomain(domain string) *SetCookieParams + func (p SetCookieParams) WithExpires(expires *cdp.TimeSinceEpoch) *SetCookieParams + func (p SetCookieParams) WithHTTPOnly(httpOnly bool) *SetCookieParams + func (p SetCookieParams) WithPartitionKey(partitionKey *CookiePartitionKey) *SetCookieParams + func (p SetCookieParams) WithPath(path string) *SetCookieParams + func (p SetCookieParams) WithPriority(priority CookiePriority) *SetCookieParams + func (p SetCookieParams) WithSameParty(sameParty bool) *SetCookieParams + func (p SetCookieParams) WithSameSite(sameSite CookieSameSite) *SetCookieParams + func (p SetCookieParams) WithSecure(secure bool) *SetCookieParams + func (p SetCookieParams) WithSourcePort(sourcePort int64) *SetCookieParams + func (p SetCookieParams) WithSourceScheme(sourceScheme CookieSourceScheme) *SetCookieParams + func (p SetCookieParams) WithURL(url string) *SetCookieParams + func (v *SetCookieParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetCookieParams) UnmarshalJSON(data []byte) error + func (v SetCookieParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetCookieParams) MarshalJSON() ([]byte, error) + type SetCookiesParams struct + Cookies []*CookieParam + func SetCookies(cookies []*CookieParam) *SetCookiesParams + func (p *SetCookiesParams) Do(ctx context.Context) (err error) + func (v *SetCookiesParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetCookiesParams) UnmarshalJSON(data []byte) error + func (v SetCookiesParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetCookiesParams) MarshalJSON() ([]byte, error) + type SetExtraHTTPHeadersParams struct + Headers Headers + func SetExtraHTTPHeaders(headers Headers) *SetExtraHTTPHeadersParams + func (p *SetExtraHTTPHeadersParams) Do(ctx context.Context) (err error) + func (v *SetExtraHTTPHeadersParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SetExtraHTTPHeadersParams) UnmarshalJSON(data []byte) error + func (v SetExtraHTTPHeadersParams) MarshalEasyJSON(w *jwriter.Writer) + func (v SetExtraHTTPHeadersParams) MarshalJSON() ([]byte, error) + type SignedCertificateTimestamp struct + HashAlgorithm string + LogDescription string + LogID string + Origin string + SignatureAlgorithm string + SignatureData string + Status string + Timestamp float64 + func (v *SignedCertificateTimestamp) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SignedCertificateTimestamp) UnmarshalJSON(data []byte) error + func (v SignedCertificateTimestamp) MarshalEasyJSON(w *jwriter.Writer) + func (v SignedCertificateTimestamp) MarshalJSON() ([]byte, error) + type SignedExchangeError struct + ErrorField SignedExchangeErrorField + Message string + SignatureIndex int64 + func (v *SignedExchangeError) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SignedExchangeError) UnmarshalJSON(data []byte) error + func (v SignedExchangeError) MarshalEasyJSON(w *jwriter.Writer) + func (v SignedExchangeError) MarshalJSON() ([]byte, error) + type SignedExchangeErrorField string + const SignedExchangeErrorFieldSignatureCertSha256 + const SignedExchangeErrorFieldSignatureCertURL + const SignedExchangeErrorFieldSignatureIntegrity + const SignedExchangeErrorFieldSignatureSig + const SignedExchangeErrorFieldSignatureTimestamps + const SignedExchangeErrorFieldSignatureValidityURL + func (t *SignedExchangeErrorField) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *SignedExchangeErrorField) UnmarshalJSON(buf []byte) error + func (t SignedExchangeErrorField) MarshalEasyJSON(out *jwriter.Writer) + func (t SignedExchangeErrorField) MarshalJSON() ([]byte, error) + func (t SignedExchangeErrorField) String() string + type SignedExchangeHeader struct + HeaderIntegrity string + RequestURL string + ResponseCode int64 + ResponseHeaders Headers + Signatures []*SignedExchangeSignature + func (v *SignedExchangeHeader) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SignedExchangeHeader) UnmarshalJSON(data []byte) error + func (v SignedExchangeHeader) MarshalEasyJSON(w *jwriter.Writer) + func (v SignedExchangeHeader) MarshalJSON() ([]byte, error) + type SignedExchangeInfo struct + Errors []*SignedExchangeError + Header *SignedExchangeHeader + OuterResponse *Response + SecurityDetails *SecurityDetails + func (v *SignedExchangeInfo) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SignedExchangeInfo) UnmarshalJSON(data []byte) error + func (v SignedExchangeInfo) MarshalEasyJSON(w *jwriter.Writer) + func (v SignedExchangeInfo) MarshalJSON() ([]byte, error) + type SignedExchangeSignature struct + CertSha256 string + CertURL string + Certificates []string + Date int64 + Expires int64 + Integrity string + Label string + Signature string + ValidityURL string + func (v *SignedExchangeSignature) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *SignedExchangeSignature) UnmarshalJSON(data []byte) error + func (v SignedExchangeSignature) MarshalEasyJSON(w *jwriter.Writer) + func (v SignedExchangeSignature) MarshalJSON() ([]byte, error) + type StreamResourceContentParams struct + RequestID RequestID + func StreamResourceContent(requestID RequestID) *StreamResourceContentParams + func (p *StreamResourceContentParams) Do(ctx context.Context) (bufferedData []byte, err error) + func (v *StreamResourceContentParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *StreamResourceContentParams) UnmarshalJSON(data []byte) error + func (v StreamResourceContentParams) MarshalEasyJSON(w *jwriter.Writer) + func (v StreamResourceContentParams) MarshalJSON() ([]byte, error) + type StreamResourceContentReturns struct + BufferedData string + func (v *StreamResourceContentReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *StreamResourceContentReturns) UnmarshalJSON(data []byte) error + func (v StreamResourceContentReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v StreamResourceContentReturns) MarshalJSON() ([]byte, error) + type TakeResponseBodyForInterceptionAsStreamParams struct + InterceptionID InterceptionID + func TakeResponseBodyForInterceptionAsStream(interceptionID InterceptionID) *TakeResponseBodyForInterceptionAsStreamParams + func (p *TakeResponseBodyForInterceptionAsStreamParams) Do(ctx context.Context) (stream io.StreamHandle, err error) + func (v *TakeResponseBodyForInterceptionAsStreamParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *TakeResponseBodyForInterceptionAsStreamParams) UnmarshalJSON(data []byte) error + func (v TakeResponseBodyForInterceptionAsStreamParams) MarshalEasyJSON(w *jwriter.Writer) + func (v TakeResponseBodyForInterceptionAsStreamParams) MarshalJSON() ([]byte, error) + type TakeResponseBodyForInterceptionAsStreamReturns struct + Stream io.StreamHandle + func (v *TakeResponseBodyForInterceptionAsStreamReturns) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *TakeResponseBodyForInterceptionAsStreamReturns) UnmarshalJSON(data []byte) error + func (v TakeResponseBodyForInterceptionAsStreamReturns) MarshalEasyJSON(w *jwriter.Writer) + func (v TakeResponseBodyForInterceptionAsStreamReturns) MarshalJSON() ([]byte, error) + type TrustTokenOperationDoneStatus string + const TrustTokenOperationDoneStatusAlreadyExists + const TrustTokenOperationDoneStatusBadResponse + const TrustTokenOperationDoneStatusFailedPrecondition + const TrustTokenOperationDoneStatusFulfilledLocally + const TrustTokenOperationDoneStatusInternalError + const TrustTokenOperationDoneStatusInvalidArgument + const TrustTokenOperationDoneStatusMissingIssuerKeys + const TrustTokenOperationDoneStatusOk + const TrustTokenOperationDoneStatusResourceExhausted + const TrustTokenOperationDoneStatusResourceLimited + const TrustTokenOperationDoneStatusUnauthorized + const TrustTokenOperationDoneStatusUnknownError + func (t *TrustTokenOperationDoneStatus) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *TrustTokenOperationDoneStatus) UnmarshalJSON(buf []byte) error + func (t TrustTokenOperationDoneStatus) MarshalEasyJSON(out *jwriter.Writer) + func (t TrustTokenOperationDoneStatus) MarshalJSON() ([]byte, error) + func (t TrustTokenOperationDoneStatus) String() string + type TrustTokenOperationType string + const TrustTokenOperationTypeIssuance + const TrustTokenOperationTypeRedemption + const TrustTokenOperationTypeSigning + func (t *TrustTokenOperationType) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *TrustTokenOperationType) UnmarshalJSON(buf []byte) error + func (t TrustTokenOperationType) MarshalEasyJSON(out *jwriter.Writer) + func (t TrustTokenOperationType) MarshalJSON() ([]byte, error) + func (t TrustTokenOperationType) String() string + type TrustTokenParams struct + Issuers []string + Operation TrustTokenOperationType + RefreshPolicy TrustTokenParamsRefreshPolicy + func (v *TrustTokenParams) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *TrustTokenParams) UnmarshalJSON(data []byte) error + func (v TrustTokenParams) MarshalEasyJSON(w *jwriter.Writer) + func (v TrustTokenParams) MarshalJSON() ([]byte, error) + type TrustTokenParamsRefreshPolicy string + const TrustTokenParamsRefreshPolicyRefresh + const TrustTokenParamsRefreshPolicyUseCached + func (t *TrustTokenParamsRefreshPolicy) UnmarshalEasyJSON(in *jlexer.Lexer) + func (t *TrustTokenParamsRefreshPolicy) UnmarshalJSON(buf []byte) error + func (t TrustTokenParamsRefreshPolicy) MarshalEasyJSON(out *jwriter.Writer) + func (t TrustTokenParamsRefreshPolicy) MarshalJSON() ([]byte, error) + func (t TrustTokenParamsRefreshPolicy) String() string + type WebSocketFrame struct + Mask bool + Opcode float64 + PayloadData string + func (v *WebSocketFrame) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *WebSocketFrame) UnmarshalJSON(data []byte) error + func (v WebSocketFrame) MarshalEasyJSON(w *jwriter.Writer) + func (v WebSocketFrame) MarshalJSON() ([]byte, error) + type WebSocketRequest struct + Headers Headers + func (v *WebSocketRequest) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *WebSocketRequest) UnmarshalJSON(data []byte) error + func (v WebSocketRequest) MarshalEasyJSON(w *jwriter.Writer) + func (v WebSocketRequest) MarshalJSON() ([]byte, error) + type WebSocketResponse struct + Headers Headers + HeadersText string + RequestHeaders Headers + RequestHeadersText string + Status int64 + StatusText string + func (v *WebSocketResponse) UnmarshalEasyJSON(l *jlexer.Lexer) + func (v *WebSocketResponse) UnmarshalJSON(data []byte) error + func (v WebSocketResponse) MarshalEasyJSON(w *jwriter.Writer) + func (v WebSocketResponse) MarshalJSON() ([]byte, error)