request_method

in lib/twurl/cli.rb [375:378]


    def request_method
      super || (data.empty? ? DEFAULT_REQUEST_METHOD : 'post')
    end