class HAR::PostData

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 mime_type : String | Nil #

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

[View source]
def params : Array(Param) | Nil #

[View source]
def params=(params : Array(Param) | Nil) #

[View source]
def text : String | Nil #

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

[View source]