# File lib/flukso/http_auth.rb, line 42 def post(uri, body={}, headers={}) self.class.post(uri, :body => body, :headers => add_auth_header(headers)) end