Interface IManagementOptions
- Namespace
- Steeltoe.Management.Endpoint
- Assembly
- Steeltoe.Management.EndpointBase.dll
public interface IManagementOptions
Properties
Enabled
bool? Enabled { get; }
Property Value
- bool?
EndpointOptions
List<IEndpointOptions> EndpointOptions { get; }
Property Value
Path
string Path { get; }
Property Value
Sensitive
[Obsolete("Use Exposure Options instead.")]
bool? Sensitive { get; }
Property Value
- bool?
UseStatusCodeFromResponse
Gets or sets a value indicating whether or not to use accurate HTTP status codes
bool UseStatusCodeFromResponse { get; set; }
Property Value
Remarks
IIS or HWC the buildpack will (by default) scrub the response body when 503 is returned