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
RequestVerbAndPathMatch(string, string)
bool RequestVerbAndPathMatch(string httpMethod, string requestPath)