class Ethon::Easies::Http::Post
This class knows everything about making POST requests.
def setup(easy)
-
easy
(Easy
) -- The easy to setup.
Other tags:
- Example: Setup. -
def setup(easy) super if form.empty? easy.postfieldsize = 0 easy.copypostfields = "" end end