# File lib/twitter/httpauth.rb, line 18 def post(uri, body={}, headers={}) self.class.post(uri, :body => body, :headers => headers, :basic_auth => basic_auth) end