mirror of https://gitee.com/bigwinds/arangodb
11 lines
293 B
Plaintext
11 lines
293 B
Plaintext
> curl -X GET --dump - http://localhost:8529/collection/example/9496015:13658604
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json
|
|
connection: Keep-Alive
|
|
server: triagens GmbH High-Performance HTTP Server
|
|
etag: "13658605"
|
|
|
|
{ "Hallo" : "World",
|
|
"_id" : "9496015:13658604",
|
|
"_rev" : 13658605 }
|