class HAR::Content

Included Modules

Defined in:

har/json_mapping.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(text : Nil | String) #

[View source]

Instance Method Detail

def comment : String | Nil #

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

[View source]
def compression : Int32 | Nil #

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

[View source]
def encoding : String | Nil #

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

[View source]
def mime_type : String | Nil #

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

[View source]
def size : Int32 | Nil #

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

[View source]
def text : String | Nil #

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

[View source]