class Haste::Uploader

Defined in:

haste/uploader.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(server_url) #

[View source]

Instance Method Detail

def key : String | Nil #

[View source]
def server_url : String #

[View source]
def upload_path(path) #

Upload file content


[View source]
def upload_raw(data) #

Upload raw text


[View source]