mirror of https://gitee.com/bigwinds/arangodb
19 lines
318 B
Plaintext
19 lines
318 B
Plaintext
shell> curl --dump - http://localhost:8529/test/url1
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: text/plain
|
|
|
|
"route 1"
|
|
shell> curl --dump - http://localhost:8529/test/url2
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: text/plain
|
|
|
|
"route 2"
|
|
shell> curl --dump - http://localhost:8529/test/url3
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: text/plain
|
|
|
|
"route 3"
|