# File lib/couchrest/core/adapters/restclient.rb, line 16
    def post(uri, payload, headers={})
      RestClient.post(uri, payload, headers)
    end