class NGHTTP::Response

Defined in:

nghttp/response.cr

Instance Method Summary

Instance Method Detail

def body #

[View source]
def body_io #

[View source]
def body_io=(body_io : Nil | NGHTTP::TransparentIO) #

[View source]
def body_io? : NGHTTP::TransparentIO? #

[View source]
def close #

[View source]
def date #

[View source]
def env #

[View source]
def env=(env : Nil | NGHTTP::HTTPEnv) #

[View source]
def env? : NGHTTP::HTTPEnv? #

[View source]
def error? #

[View source]
def get_boundary #

[View source]
def headers : HTTP::Headers #

[View source]
def headers=(headers : HTTP::Headers) #

[View source]
def http_version : String #

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

[View source]
def json(fc) #

[View source]
def json #

[View source]
def multipart? #

[View source]
def offset #

[View source]
def partial? #

[View source]
def parts(&) #

[View source]
def range_last? #

no more bytes after this range


[View source]
def range_size #

[View source]
def range_total_size #

[View source]
def status_code : Int32 #

[View source]
def status_code=(v : String) #

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

[View source]
def status_message : String #

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

[View source]
def xml(body = nil, encoding = nil) #

[View source]
def xml? #

[View source]