class ShortURL::Services::TinyURL
Defined in:
shorturl/services/tinyurl.cr
Constructors
Instance methods inherited from class ShortURL::Service
action : String
action,
action=(action : String)
action=,
code : Int32
code,
code=(code : Int32)
code=,
hostname : String
hostname,
method : Symbol
method,
method=(method : Symbol)
method=,
on_body(body : String)
on_body,
on_response(response : HTTP::Client::Response)
on_response,
param : String
param,
param=(param : String)
param=,
port : Int32
port,
port=(port : Int32)
port=,
shorten(url : String)
shorten,
ssl : Bool
ssl,
ssl=(ssl : Bool)
ssl=
Constructor methods inherited from class ShortURL::Service
new(hostname : String)
new
Constructor Detail