4 references to Get
Microsoft.AspNetCore.Owin.Tests (4)
OwinFeatureCollectionTests.cs (4)
59Assert.Equal(HttpMethods.Get, Get<string>(env, "owin.RequestMethod")); 60Assert.Equal("/path2", Get<string>(env, "owin.RequestPath")); 61Assert.Equal("/pathBase2", Get<string>(env, "owin.RequestPathBase")); 62Assert.Equal("name=value2", Get<string>(env, "owin.RequestQueryString"));