class

HAR::Param

Inherits JSON::Serializable < Reference < Object

Constructors

new(name : String, value : Nil | String = nil, file_name : Nil | String = nil, content_type : Nil | String = nil, comment : Nil | String = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

comment

A comment provided by the user or the application.

Source
comment=(comment : String | Nil)

A comment provided by the user or the application.

Source
content_type

Content type of a posted file.

Source
content_type=(content_type : String | Nil)

Content type of a posted file.

Source
file_name

Name of a posted file.

Source
file_name=(file_name : String | Nil)

Name of a posted file.

Source
name

Name of a posted parameter.

Source
name=(name : String)

Name of a posted parameter.

Source
value

Value of a posted parameter or content of a posted file.

Source
value=(value : String | Nil)

Value of a posted parameter or content of a posted file.

Source