struct Cryload::Request::Hop

Defined in:

cryload/request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(status_code : Int32, location : String | Nil, response_bytes : Int64, ttfb_ms : Float64) #

Instance Method Detail

def clone #

def copy_with(status_code _status_code = @status_code, location _location = @location, response_bytes _response_bytes = @response_bytes, ttfb_ms _ttfb_ms = @ttfb_ms) #

def location : String | Nil #

def response_bytes : Int64 #

def status_code : Int32 #

def ttfb_ms : Float64 #