Server: Allow configuration of intermediate responses caching strategy
Current behavior: Only cache last intermediate responses.
Proposal: instance.cache_intermediate_responses(max_items: Optional[int] = None) makes the server cache all intermediate responses so the client can always get all of them.
Edited by Niklas Mertsch