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