struct Protocol::Network::ReplayXHR

Overview

This method sends a new XMLHttpRequest which is identical to the original one. The following parameters should be identical: method, url, async, request body, extra headers, withCredentials attribute, user, password.

Included Modules

Defined in:

protocol/network.cr

Constructors

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]