1
0
Fork 0
arangodb/Documentation/Examples/JSON_10_fetchroutingCreateE...

39 lines
781 B
Plaintext

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