Closed
Description
Similar to #33027 but for async requests that require two requests to be issued (one to start the async processing, and one to actually do the dispatch).
I am not sure why we'd need those to be separated for the AssertJ support since it's stateful.
This could be one of those cases where we want to take the current response as an input parameter and produce an Assert object that results from performing another exchange using that input.