This is an example output for a service running at http://localhost:8080:
+path parameters
+| Parameter | +Description | +
|---|---|
|
+Name… |
+
response fields
+| Path | +Type | +Description | +
|---|---|---|
|
+
|
+Name… |
+
|
+
|
+Age… |
+
GET /name/Charlie HTTP/1.1
+Host: localhost:8080
+HTTP/1.1 200 OK
+Content-Type: application/json
+Content-Length: 27
+
+{"name":"Charlie","age":11}
+As you can see the format is very simple, and in fact you always get the same message.
+