# File lib/chef/rest.rb, line 150
    def post_rest(path, json, headers={})
      api_request(:POST, create_url(path), headers, json)
    end