File: Hedging\Internals\HedgingConstants.cs
Web Access
Project: src\src\Libraries\Microsoft.Extensions.Http.Resilience\Microsoft.Extensions.Http.Resilience.csproj (Microsoft.Extensions.Http.Resilience)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace Microsoft.Extensions.Http.Resilience.Hedging.Internals;
 
internal static class HedgingConstants
{
    public const string InnerHandlerPostfix = "standard-hedging-endpoint";
 
    public const string HandlerPostfix = "standard-hedging";
}