default.txt 247 B

12345678910111213
  1. POST /task?id=1 HTTP/1.1
  2. Host: example.org
  3. Content-Type: application/json; charset=utf-8
  4. Content-Length: 137
  5. {
  6. "status": "ok",
  7. "extended": true,
  8. "results": [
  9. {"value": 0, "type": "int64"},
  10. {"value": 1.0e+3, "type": "decimal"}
  11. ]
  12. }