mirror of https://gitee.com/bigwinds/arangodb
15 lines
516 B
Plaintext
15 lines
516 B
Plaintext
<span class="hljs-meta">shell></span><span class="bash"> curl --header <span class="hljs-string">'accept: application/json'</span> --dump - http://localhost:8529/url2</span>
|
|
|
|
HTTP/1.1 OK
|
|
content-type: text/plain
|
|
x-content-type-options: nosniff
|
|
|
|
"route 2"
|
|
<span class="hljs-meta">shell></span><span class="bash"> curl --header <span class="hljs-string">'accept: application/json'</span> --dump - http://localhost:8529/url3</span>
|
|
|
|
HTTP/1.1 OK
|
|
content-type: text/plain
|
|
x-content-type-options: nosniff
|
|
|
|
"route 3"
|