class
Silver::HttpResponse
- Silver::HttpResponse
- Reference
- Object
Overview
Some response.
Defined in:
http.crConstructors
Instance Method Summary
- #content_length : Int64
- #content_length=(content_length : Int64)
- #data : Bytes | Nil
- #data=(data : Bytes | Nil)
- #date : Time
- #date=(date : Time)
- #last_modified : Time | Nil
- #last_modified=(last_modified : Time | Nil)
- #mime : String
- #mime=(mime : String)
- #reader : IO | Nil
- #reader=(reader : IO | Nil)
- #status : Int32
- #status=(status : Int32)