HAR::PostData
Inherits JSON::Serializable < Reference < Object
This object describes posted data, if any (embedded in Request object).
NOTE: text and params fields are mutually exclusive.
Constructors
new(pull : JSON::PullParser)
Sourcenew(mime_type : Nil | String = nil, params : Nil | Array(HAR::Param) = nil, text : Nil | String = nil, comment : Nil | String = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
http_params
Sourcehttp_params=(http_params : URI::Params)
SourceList of posted parameters (in case of URL encoded parameters).