class HAR::Request

Included Modules

Defined in:

har/json_mapping.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(method : String, url : String, httpVersion : 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 cookies : Array(Cookie) #

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

[View source]
def fragments : Array(String) | Nil #

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

[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 method : String #

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

[View source]
def postData : PostData | Nil #

[View source]
def postData=(postData : PostData | Nil) #

[View source]
def queryString : Array(QueryString) #

[View source]
def queryString=(queryString : Array(QueryString)) #

[View source]
def url : String #

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

[View source]