module Ethon::Easy::Http::Actionable

def form

Returns:
  • (Form) - The form.

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