Table of Contents

Interface IActuatorHandler

Namespace
Steeltoe.Management.Endpoint.Handler
Assembly
Steeltoe.Management.EndpointWeb.dll
public interface IActuatorHandler

Methods

HandleRequest(HttpContextBase)

void HandleRequest(HttpContextBase context)

Parameters

context HttpContextBase

IsAccessAllowed(HttpContextBase)

Task<bool> IsAccessAllowed(HttpContextBase context)

Parameters

context HttpContextBase

Returns

Task<bool>

RequestVerbAndPathMatch(string, string)

bool RequestVerbAndPathMatch(string httpMethod, string requestPath)

Parameters

httpMethod string
requestPath string

Returns

bool