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