class HAR::Response

Included Modules

Defined in:

har/json_mapping.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(status : Int32, statusText : String, httpVersion : String, content : Content, redirectURL : String = "", headersSize : Int32 | Nil = -1, bodySize : Int32 | Nil = -1) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bodySize : Int32 | Nil #

[View source]
def bodySize=(bodySize : Int32 | Nil) #

[View source]
def comment : String | Nil #

[View source]
def comment=(comment : String | Nil) #

[View source]
def content : Content #

[View source]
def content=(content : Content) #

[View source]
def cookies : Array(Cookie) #

[View source]
def cookies=(cookies : Array(Cookie)) #

[View source]
def headers : Array(Header) #

[View source]
def headers=(headers : Array(Header)) #

[View source]
def headersSize : Int32 | Nil #

[View source]
def headersSize=(headersSize : Int32 | Nil) #

[View source]
def httpVersion : String #

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

[View source]
def redirectURL : String | Nil #

[View source]
def redirectURL=(redirectURL : String | Nil) #

[View source]
def status : Int32 #

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

[View source]
def statusText : String | Nil #

[View source]
def statusText=(statusText : String | Nil) #

[View source]