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
New model that allows you to execute Scenario tests against an http host instead of simply being in memory. The working theory is to convert the OWIN environment dictionary to an HttpRequestMessage for HttpClient, then move the resulting HttpResponseMessage back to the environment dictionary.
The text was updated successfully, but these errors were encountered:
New model that allows you to execute
Scenario
tests against an http host instead of simply being in memory. The working theory is to convert the OWIN environment dictionary to an HttpRequestMessage for HttpClient, then move the resulting HttpResponseMessage back to the environment dictionary.The text was updated successfully, but these errors were encountered: