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