Fix/consul poller option (#899)

* cache key now can generate from query string for request with Get Methods and request content for requests with post methods

* MD5Helper Added. OutputCacheMiddleware now can generate cache key using method, url and content

* ConsulFileConfigurationPollerOption created. consul poller option bug fixed

* ConsulFileConfigurationPollerOptionTest created
This commit is contained in:
Ali
2019-05-23 06:09:12 +04:30
committed by Thiago Loureiro
parent ed2082a4a3
commit 5b02fb7fe7
4 changed files with 55 additions and 0 deletions

View File

@ -126,6 +126,8 @@ namespace Ocelot.UnitTests.Configuration
.BDDfy();
}
private void WhenProviderErrors()
{
_repo