Crest::DataForm(T)
Inherits Crest::Form < Reference < Object
This class lets crest emulate a filled-in form
in which a user has pressed the submit button.
This causes crest to POST data using the
"Content-Type" multipart/form-data according to RFC 2388.
This enables uploading of binary files etc.
Constants
DEFAULT_MIME_TYPE = "application/octet-stream"
Instance methods
generate
Sourceparsed_params
Source