class Crest::UrlencodedForm(T)
- Crest::UrlencodedForm(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" application/x-www-form-urlencoded
.