module Ethon::Curls::FormOptions
This module contains the available options for forms.
Public Instance Methods
form_options()
click to toggle source
Form options, used by FormAdd for temporary storage, refer github.com/bagder/curl/blob/master/lib/formdata.h#L51 for details
# File lib/ethon/curls/form_options.rb, line 10 def form_options [ :none, :copyname, :ptrname, :namelength, :copycontents, :ptrcontents, :contentslength, :filecontent, :array, :obsolete, :file, :buffer, :bufferptr, :bufferlength, :contenttype, :contentheader, :filename, :end, :obsolete2, :stream, :last ] end