We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e583edd commit e51e19fCopy full SHA for e51e19f
src/Ocelot/Configuration/DownstreamReRoute.cs
@@ -90,7 +90,7 @@ public DownstreamReRoute(
90
public bool UseServiceDiscovery { get; }
91
public bool EnableEndpointEndpointRateLimiting { get; }
92
public QoSOptions QosOptions { get; }
93
- public string DownstreamScheme { get; }
+ public string DownstreamScheme { get; set; }
94
public string RequestIdKey { get; }
95
public bool IsCached { get; }
96
public CacheOptions CacheOptions { get; }
0 commit comments