class LHC::Formats::Form

def format_options(options)

def format_options(options)
  options[:headers] ||= {}
  no_content_type_header!(options)
  options[:headers]['Content-Type'] = 'application/x-www-form-urlencoded'
  options
end