Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2020 Changes in this version + const CommandFetchContinueRequest + const CommandFetchContinueWithAuth + const CommandFetchDisable + const CommandFetchEnable + const CommandFetchFailRequest + const CommandFetchFulfillRequest + const CommandFetchGetResponseBody + const CommandFetchTakeResponseBodyAsStream + const EventFetchAuthRequired + const EventFetchRequestPaused + var EventConstants = map[string]Unmarshaler + func GetEventReply(event string) (json.Unmarshaler, bool) + type AuthChallenge struct + Origin string + Realm string + Scheme string + Source string + type AuthChallengeResponse struct + Password string + Response string + Username string + type AuthRequiredReply struct + AuthChallenge AuthChallenge + FrameID shared.FrameID + Request network.Request + RequestID RequestID + ResourceType shared.ResourceType + func (a *AuthRequiredReply) GetFrameID() string + func (a *AuthRequiredReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *AuthRequiredReply) UnmarshalJSON(b []byte) error + type ContinueRequestArgs struct + Headers *[]HeaderEntry + Method string + PostData string + RequestID RequestID + URL string + func (a *ContinueRequestArgs) MarshalJSON() ([]byte, error) + func (a *ContinueRequestArgs) UnmarshalJSON(b []byte) error + type ContinueRequestReply struct + func (a *ContinueRequestReply) GetFrameID() string + func (a *ContinueRequestReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *ContinueRequestReply) UnmarshalJSON(b []byte) error + type ContinueWithAuthArgs struct + AuthChallengeResponse AuthChallengeResponse + RequestID RequestID + func (a *ContinueWithAuthArgs) MarshalJSON() ([]byte, error) + func (a *ContinueWithAuthArgs) UnmarshalJSON(b []byte) error + type ContinueWithAuthReply struct + func (a *ContinueWithAuthReply) GetFrameID() string + func (a *ContinueWithAuthReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *ContinueWithAuthReply) UnmarshalJSON(b []byte) error + type DisableArgs struct + func (a *DisableArgs) MarshalJSON() ([]byte, error) + func (a *DisableArgs) UnmarshalJSON(b []byte) error + type DisableReply struct + func (a *DisableReply) GetFrameID() string + func (a *DisableReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *DisableReply) UnmarshalJSON(b []byte) error + type EnableArgs struct + HandleAuthRequests bool + Patterns *[]RequestPattern + func (a *EnableArgs) MarshalJSON() ([]byte, error) + func (a *EnableArgs) UnmarshalJSON(b []byte) error + type EnableReply struct + func (a *EnableReply) GetFrameID() string + func (a *EnableReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *EnableReply) UnmarshalJSON(b []byte) error + type FailRequestArgs struct + ErrorReason network.ErrorReason + RequestID RequestID + func (a *FailRequestArgs) MarshalJSON() ([]byte, error) + func (a *FailRequestArgs) UnmarshalJSON(b []byte) error + type FailRequestReply struct + func (a *FailRequestReply) GetFrameID() string + func (a *FailRequestReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *FailRequestReply) UnmarshalJSON(b []byte) error + type FulfillRequestArgs struct + BinaryResponseHeaders string + Body string + RequestID RequestID + ResponseCode int + ResponseHeaders *[]HeaderEntry + ResponsePhrase string + func (a *FulfillRequestArgs) MarshalJSON() ([]byte, error) + func (a *FulfillRequestArgs) UnmarshalJSON(b []byte) error + type FulfillRequestReply struct + func (a *FulfillRequestReply) GetFrameID() string + func (a *FulfillRequestReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *FulfillRequestReply) UnmarshalJSON(b []byte) error + type GetResponseBodyArgs struct + RequestID RequestID + func (a *GetResponseBodyArgs) MarshalJSON() ([]byte, error) + func (a *GetResponseBodyArgs) UnmarshalJSON(b []byte) error + type GetResponseBodyReply struct + Base64Encoded bool + Body string + func (a *GetResponseBodyReply) GetFrameID() string + func (a *GetResponseBodyReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *GetResponseBodyReply) UnmarshalJSON(b []byte) error + type HeaderEntry struct + Name string + Value string + type RequestID string + type RequestPattern struct + RequestStage *RequestStage + ResourceType *shared.ResourceType + URLPattern string + type RequestPausedReply struct + FrameID shared.FrameID + NetworkID RequestID + Request network.Request + RequestID RequestID + ResourceType shared.ResourceType + ResponseErrorReason *network.ErrorReason + ResponseHeaders *[]HeaderEntry + ResponseStatusCode int + func (a *RequestPausedReply) GetFrameID() string + func (a *RequestPausedReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *RequestPausedReply) UnmarshalJSON(b []byte) error + type RequestStage string + const RequestStageNotSet + const RequestStageRequest + const RequestStageResponse + func (e RequestStage) String() string + func (e RequestStage) Valid() bool + type TakeResponseBodyAsStreamArgs struct + RequestID RequestID + func (a *TakeResponseBodyAsStreamArgs) MarshalJSON() ([]byte, error) + func (a *TakeResponseBodyAsStreamArgs) UnmarshalJSON(b []byte) error + type TakeResponseBodyAsStreamReply struct + Stream io.StreamHandle + func (a *TakeResponseBodyAsStreamReply) GetFrameID() string + func (a *TakeResponseBodyAsStreamReply) MatchFrameID(frameID string, m []byte) (bool, error) + func (a *TakeResponseBodyAsStreamReply) UnmarshalJSON(b []byte) error + type Unmarshaler func() json.Unmarshaler