# File lib/oauth/consumer.rb, line 85
    def http_method
      @http_method ||= @options[:http_method] || :post
    end