arangosh> arango.GET("/hello/echo")
{
"request" : {
"user" : null,
"database" : "_system",
"url" : "/hello/echo",
"protocol" : "http",
"server" : {
"address" : "127.0.0.1",
"port" : 16070
},
"client" : {
"address" : "127.0.0.1",
"port" : 57026,
"id" : "146641305612813"
},
"internals" : {
},
"headers" : {
"authorization" : "Basic cm9vdDo=",
"user-agent" : "ArangoDB",
"content-length" : "0",
"connection" : "Keep-Alive",
"accept-encoding" : "deflate",
"host" : "127.0.0.1"
},
"requestType" : "GET",
"parameters" : {
},
"cookies" : {
},
"urlParameters" : {
}
},
"options" : {
}
}