struct Halite::Options::Follow

Defined in:

halite/options/follow.cr

Constant Summary

DEFAULT_HOPS = 0

No follow by default

MAX_HOPS = 5

A maximum of 5 subsequent redirects

STRICT = true

Redirector hops policy

Constructors

Instance Method Summary

Constructor Detail

def self.new(hops : Int32? = nil, strict : Bool? = nil) #

Instance Method Detail

def hops : Int32 #

def hops=(hops : Int32) #

def strict : Bool #

def strict=(strict : Bool) #

def strict? #

def updated? #