struct Protocol::Fetch::ContinueResponse

Overview

Continues loading of the paused response, optionally modifying the response headers. If either responseCode or headers are modified, all of them must be present.

Included Modules

Defined in:

protocol/fetch.cr

Constructors

Constructor Detail

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

[View source]