struct Postmany::Domain::TransferContext

Defined in:

postmany/domain/transfer_context.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(endpoint : Endpoint, method : TransferMethod, workers : Int32, silent : Bool, progress : Bool, static_headers : Hash(String, String)) #

[View source]

Instance Method Detail

def endpoint : Endpoint #

[View source]
def method : TransferMethod #

[View source]
def progress : Bool #

[View source]
def silent : Bool #

[View source]
def static_headers : Hash(String, String) #

[View source]
def workers : Int32 #

[View source]