messing around (#230)

This commit is contained in:
Tom Pallister
2018-02-13 23:00:41 +00:00
committed by GitHub
parent 947a1450d0
commit 6f177fbf5b
8 changed files with 163 additions and 9 deletions

View File

@ -34,4 +34,4 @@ namespace Ocelot.ManualTest
app.UseOcelot().Wait();
}
}
}
}

View File

@ -76,8 +76,7 @@
"UpstreamHttpMethod": [ "Get" ],
"HttpHandlerOptions": {
"AllowAutoRedirect": true,
"UseCookieContainer": true,
"UseTracing": true
"UseCookieContainer": true
},
"QoSOptions": {
"ExceptionsAllowedBeforeBreaking": 3,