arangosh> arango.GET("/hello/echo")
{
"request" : {
"authorized" : true,
"user" : null,
"database" : "_system",
"url" : "/hello/echo",
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
"port" : 7337
},
"client" : {
"address" : "127.0.0.1",
"port" : 58268,
"id" : "153004690583387"
},
"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" : {
}
}