mirror of
https://github.com/nsnail/Ocelot.git
synced 2026-05-06 01:29:30 +08:00
5b02fb7fe7
* 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