module Ethon::Easy::Http::Actionable
def form
-
(Form)
- The form.
Other tags:
- Example: Return form. -
def form @form ||= Form.new(@easy, query_options.fetch(:body, nil), options.fetch(:multipart, nil)) end
(Form)
- The form.
def form @form ||= Form.new(@easy, query_options.fetch(:body, nil), options.fetch(:multipart, nil)) end