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

9 lines
129 B
Plaintext

shell> curl --dump - http://localhost:8529/hello/json
HTTP/1.1 200 OK
content-type: application/json
{
"hello" : "world"
}