Logo
10 Postman Features Everyone Should Know API Documentation

Streamed Response

GET https://postman-echo.com/stream/5

This endpoint allows one to recieve streaming http response using chunked transfer encoding of a configurable length.

A streaming response does not wait for the entire response to be generated on server before flushing it out. This implies that for a fairly large response, parts of it can be streamed to the requestee as and when it is generated on server. The client can then take actions of processing this partially received data.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X GET 'https://postman-echo.com/stream/5'

ENDPOINTS