Vorheriger text


POST /task?id=1 HTTP/1.1
	Host: example.org
	Content-Type: application/json; charset=utf-8
	Content-Length: 137

	{
	  "status": "ok",
	  "extended": true,
	  "results": [
		{"value": 0, "type": "int64"},
		{"value": 1.0e+3, "type": "decimal"}
	  ]
	}
	Language:HTTP

Visualisiert

!!!Pre erkennt enters der konsole
POST /task?id=1 HTTP/1.1
	Host: example.org
	Content-Type: application/json; charset=utf-8
	Content-Length: 137

	{
	  "status": "ok",
	  "extended": true,
	  "results": [
		{"value": 0, "type": "int64"},
		{"value": 1.0e+3, "type": "decimal"}
	  ]
	}
	Language:HTTP

Decoded

!!!Pre erkennt enters der konsole


POST /task?id=1 HTTP/1.1
	Host: example.org
	Content-Type: application/json; charset=utf-8
	Content-Length: 137

	{
	  "status": "ok",
	  "extended": true,
	  "results": [
		{"value": 0, "type": "int64"},
		{"value": 1.0e+3, "type": "decimal"}
	  ]
	}
Language:HTTP