Delivery
Honest wire-level delivery — Content-Length matches the body, streams close cleanly.
/truncateReturns a body of `at` bytes with a Content-Length header that matches the actual bytes sent. Counterpart to the chaos /truncate endpoint, which lies about its body length.
at
Number of bytes to send. Range: 1–1000000. Default: 512.
/partial-streamReturns a complete, well-formed JSON body — no early close. Counterpart to the chaos /partial-stream endpoint, which sends a Content-Type: application/json header and an opening JSON fragment, then closes mid-payload.
Counterparts to the delivery-chaos endpoints. Bodies arrive in full, the
declared Content-Length matches the bytes actually sent, and streams close
cleanly at the documented length.