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
Is your feature request related to a problem? Please describe.
Currently a reference to the original request and response is made, this will break assertion when the request/response is being disposed before the assertion is made.
Describe the solution you'd like
A copy of the complete request and response could be made in order to be able to assert after the request/response are disposed.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently a reference to the original request and response is made, this will break assertion when the request/response is being disposed before the assertion is made.
Describe the solution you'd like
A copy of the complete request and response could be made in order to be able to assert after the request/response are disposed.
The text was updated successfully, but these errors were encountered: