class HAR::Request

Included Modules

Defined in:

har/json_mapping.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(method : String, url : String, http_version : String, headers_size : Int32 | Nil = -1, body_size : Int32 | Nil = -1) #

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

[View source]

Instance Method Detail

def body_size : Int32 | Nil #

[View source]
def body_size=(body_size : 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 headers_size : Int32 | Nil #

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

[View source]
def http_version : String #

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

[View source]
def method : String #

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

[View source]
def post_data : PostData | Nil #

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

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

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

[View source]
def url : String #

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

[View source]