mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-09-18 18:22:41 +08:00
Rename all ReRoute to Route to move closer to YARP +semver: breaking
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Ocelot.Benchmarks
|
||||
httpContext.Request.Path = new PathString("/test");
|
||||
httpContext.Request.QueryString = new QueryString("?a=b");
|
||||
httpContext.Request.Headers.Add("Host", "most");
|
||||
httpContext.Items.SetIInternalConfiguration(new InternalConfiguration(new List<ReRoute>(), null, null, null, null, null, null, null, null));
|
||||
httpContext.Items.SetIInternalConfiguration(new InternalConfiguration(new List<Route>(), null, null, null, null, null, null, null, null));
|
||||
|
||||
_httpContext = httpContext;
|
||||
}
|
||||
|
Reference in New Issue
Block a user