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
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?
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?
Originally posted by @drscre at zendframework/zend-diactoros#231
The text was updated successfully, but these errors were encountered: