struct StatusPage::Internal::HTTPReqAgg
- StatusPage::Internal::HTTPReqAgg
- Struct
- Value
- Object
Defined in:
status_page/http.crConstructors
Instance Method Summary
- #+(other : HTTPReqAgg)
- #<=>(other)
- #count : Int32
- #count=(count : Int32)
- #duration : Time::Span
- #duration=(duration : Time::Span)
- #request_size : Int32
- #request_size=(request_size : Int32)
- #response_size : Int32
- #response_size=(response_size : Int32)
- #time : Time
- #time=(time : Time)
Constructor Detail
def self.new(request_size : Int32, response_size : Int32, duration : Time::Span, time : Time)
#