arangosh> arango.GET_RAW("/hello/echo", { "accept" : "application/json" })
{
"code" : 200,
"error" : false,
"body" : "{\"request\":{\"authorized\":true,\"user\":\"root\",\"database\":\"_system\",\"url\":\"/hello/echo\",\"protocol\":\"http\",\"server\":{\"address\":\"127.0.0.1\",\"port\":29027},\"client\":{\"address\":\"127.0.0.1\",\"port\":52210,\"id\":\"156136718395670\"},\"internals\":{},\"headers\":{\"accept\":\"ap...",
"headers" : {
"connection" : "Keep-Alive",
"content-length" : "467",
"content-type" : "application/json; charset=utf-8",
"http/1.1" : "OK",
"server" : "ArangoDB",
"x-content-type-options" : "nosniff"
}
}