struct
Cryload::Request::Hop
- Cryload::Request::Hop
- Struct
- Value
- Object
Defined in:
cryload/request.crConstructors
Instance Method Summary
- #clone
- #copy_with(status_code _status_code = @status_code, location _location = @location, response_bytes _response_bytes = @response_bytes, ttfb_ms _ttfb_ms = @ttfb_ms)
- #location : String | Nil
- #response_bytes : Int64
- #status_code : Int32
- #ttfb_ms : Float64
Constructor Detail
def self.new(status_code : Int32, location : String | Nil, response_bytes : Int64, ttfb_ms : Float64)
#
Instance Method Detail
def copy_with(status_code _status_code = @status_code, location _location = @location, response_bytes _response_bytes = @response_bytes, ttfb_ms _ttfb_ms = @ttfb_ms)
#