class Teletube::Client::Upload

Defined in:

teletube/client.cr

Constant Summary

SEGMENT_SIZE = 52428800

50 megabytes

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(http : Teletube::Http, filename : String) #

[View source]

Class Method Detail

def self.headers #

[View source]

Instance Method Detail

def create_file #

[View source]
def filename : String #

[View source]
def filename=(filename : String) #

[View source]
def get_upload_offset #

[View source]
def handle_response(response) #

[View source]
def http : Teletube::Http #

[View source]
def http=(http : Teletube::Http) #

[View source]
def id #

[View source]
def location : String #

[View source]
def location=(location : String) #

[View source]
def path #

[View source]
def perform #

[View source]
def upload_file #

[View source]