Interface IActuatorHandler
- Namespace
- Steeltoe.Management.Endpoint.Handler
- Assembly
- Steeltoe.Management.EndpointWeb.dll
public interface IActuatorHandlerMethods
HandleRequest(HttpContextBase)
void HandleRequest(HttpContextBase context)Parameters
- contextHttpContextBase
IsAccessAllowed(HttpContextBase)
Task<bool> IsAccessAllowed(HttpContextBase context)Parameters
- contextHttpContextBase
Returns
RequestVerbAndPathMatch(string, string)
bool RequestVerbAndPathMatch(string httpMethod, string requestPath)