struct StatusPage::Internal::HTTPReqKey
- StatusPage::Internal::HTTPReqKey
- Struct
- Value
- Object
Defined in:
status_page/http.crConstructors
Instance Method Summary
- #<=>(other)
- #clone
- #copy_with(path _path = @path, method _method = @method, status _status = @status)
- #method : String
- #path : String
- #status : HTTP::Status
Constructor Detail
Instance Method Detail
def copy_with(path _path = @path, method _method = @method, status _status = @status)
#