online / endpoints 62 / categories 10 / rate 60/min/ip /

Delivery

Honest wire-level delivery — Content-Length matches the body, streams close cleanly.

GET /complete-body alias: /truncate

Returns 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.

details

GET /complete-stream alias: /partial-stream

Returns 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.

details

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.