arangosh> db._routing.save({
........> url: "/hello/echo",
........> action: {
........> callback: "function(req,res) {res.statusCode=200; res.body='Hello'}"
........> }
........> });
{
"_id" : "_routing/9809",
"_key" : "9809",
"_rev" : "_WE2U8S6--_"
}