class Grab::Network

Defined in:

grab/network.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(uri : String, concurrency : Int32, filename : String) #

[View source]

Instance Method Detail

def bar : ProgressBar #

[View source]
def ch : Channel(Nil) #

[View source]
def chunk_size : UInt64 #

[View source]
def concurrency : Int32 #

[View source]
def fetch #

[View source]
def fetch_file_metadata #

[View source]
def filename : String #

[View source]
def filesize : UInt64 #

[View source]
def grab(start_byte : UInt64, end_byte : UInt64, part : Int32) #

[View source]
def uri : String #

[View source]