You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
My php service generates a very big list of items.
I decided to stream items on the fly as they are generated to save memory.
I implemented response body as a custom stream that wraps a generator which yields items.
Now I need to append a checksum trailer header to that stream response, so clients can check response validity.
What is a proper way of appending trailer header to a stream response in diactoros?
The text was updated successfully, but these errors were encountered:
My php service generates a very big list of items.
I decided to stream items on the fly as they are generated to save memory.
I implemented response body as a custom stream that wraps a generator which yields items.
Now I need to append a checksum trailer header to that stream response, so clients can check response validity.
What is a proper way of appending trailer header to a stream response in diactoros?
The text was updated successfully, but these errors were encountered: