arangosh> db._modules.save({
........> path: "/db:/ownTest",
........> content:
........> "exports.do = function(req, res, options, next) {"+
........> " res.body = 'test';" +
........> " res.responseCode = 200;" +
........> " res.contentType = 'text/plain';" +
........> "};"
........> });
{
"_id" : "_modules/11342",
"_key" : "11342",
"_rev" : "_WgE6yiu--_"
}