|
shell> curl --dump - http://localhost:8529/_api/document/products/710275979
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: application/json; charset=utf-8
|
|
etag: "710275979"
|
|
|
|
{
|
|
"hello" : "world",
|
|
"_id" : "products/710275979",
|
|
"_rev" : "710275979",
|
|
"_key" : "710275979"
|
|
}
|