arangosh> db._routing.save({
........> url: {
........> match: "/hello/world"
........> },
........> content: {
........> contentType: "text/html",
........> body: "<html><body>Hello World</body></html>"
........> }
........> });
{
"_id" : "_routing/9905",
"_key" : "9905",
"_rev" : "_XGh-esK--_"
}