struct StatusPage::Internal::HTTPReqKey

Defined in:

status_page/http.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, method : String, status : HTTP::Status) #

[View source]

Instance Method Detail

def <=>(other) #

[View source]
def clone #

[View source]
def copy_with(path _path = @path, method _method = @method, status _status = @status) #

[View source]
def method : String #

def path : String #

def status : HTTP::Status #