arangosh> arango.GET("/echo")
{
"request" : {
"authorized" : true,
"user" : null,
"database" : "_system",
"url" : "/echo",
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
"port" : 24485
},
"client" : {
"address" : "127.0.0.1",
"port" : 58504,
"id" : "152345945855085"
},
"internals" : {
},
"headers" : {
"accept-encoding" : "deflate",
"user-agent" : "ArangoDB",
"host" : "127.0.0.1",
"authorization" : "Basic cm9vdDo=",
"connection" : "Keep-Alive"
},
"requestType" : "GET",
"parameters" : {
},
"cookies" : {
},
"urlParameters" : {
}
},
"options" : {
"Hello" : "World"
}
}
arangosh> db._query("FOR route IN _routing FILTER route.url == '/echo' REMOVE route in _routing")
[object ArangoQueryCursor, count: 0, cached: false, hasMore: false]
arangosh> require("internal").reloadRouting()