All child beads closed and acceptance criteria verified:
- POST /extract, /extract/text, /extract/stream endpoints implemented
- GET /health handler returning {status:ok, version:x.y.z}
- HTTP 413 with custom JSON error body
- 8 concurrent requests test (test_concurrent_requests_parallel)
- Feature flag #[cfg(feature = serve)] properly implemented
Phase 6.4 HTTP Serve Mode is complete.
32 lines
419 B
JSON
32 lines
419 B
JSON
{
|
|
"type": "array",
|
|
"value": [
|
|
{
|
|
"type": "integer",
|
|
"value": 1
|
|
},
|
|
{
|
|
"type": "boolean",
|
|
"value": true
|
|
},
|
|
{
|
|
"type": "string",
|
|
"value": "str"
|
|
},
|
|
{
|
|
"type": "name",
|
|
"value": "Name"
|
|
},
|
|
{
|
|
"type": "null"
|
|
},
|
|
{
|
|
"type": "real",
|
|
"value": 3.14
|
|
},
|
|
{
|
|
"type": "reference",
|
|
"value": "5 0 R"
|
|
}
|
|
]
|
|
}
|