class Silver::HttpResponse

Overview

Some response.

Defined in:

http.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def content_length : Int64 #

[View source]
def content_length=(content_length : Int64) #

[View source]
def data : Bytes | Nil #

[View source]
def data=(data : Bytes | Nil) #

[View source]
def date : Time #

[View source]
def date=(date : Time) #

[View source]
def last_modified : Time | Nil #

[View source]
def last_modified=(last_modified : Time | Nil) #

[View source]
def mime : String #

[View source]
def mime=(mime : String) #

[View source]
def reader : IO | Nil #

[View source]
def reader=(reader : IO | Nil) #

[View source]
def status : Int32 #

[View source]
def status=(status : Int32) #

[View source]