|
shell> curl --dump - http://localhost:8529/url2
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: text/plain
|
|
x-content-type-options: nosniff
|
|
|
|
"route 2"
|
|
shell> curl --dump - http://localhost:8529/url3
|
|
|
|
HTTP/1.1 200 OK
|
|
content-type: text/plain
|
|
x-content-type-options: nosniff
|
|
|
|
"route 3"
|