mirror of https://gitee.com/bigwinds/arangodb
8 lines
294 B
Plaintext
8 lines
294 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/hello/world</span>
|
|
|
|
HTTP/1.1 OK
|
|
content-type: text/html
|
|
x-content-type-options: nosniff
|
|
|
|
"<html><body>Hello World</body></html>"
|