class Crest::DataForm(T)
- Crest::DataForm(T)
- Crest::Form(T)
- Reference
- Object
Overview
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.