class Crem::Redirect

Defined in:

server/redirect.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

ipp ipp

Constructor Detail

def self.new(from : String, to : String, status : Status) #

[View source]
def self.new(from : String, to : String, status : Int) #

[View source]

Instance Method Detail

def client_side? #

[View source]
def from : String #

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

[View source]
def server_side? #

[View source]
def status : Status #

[View source]
def status=(status : Status) #

[View source]
def to : String #

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

[View source]