Class StatusHandler
Represents an GenHTTP handler used to process web requests and forward them to the right PluginEndPoint.
public class StatusHandler : IHandler
- Inheritance
-
objectStatusHandler
- Implements
-
IHandler
Methods
HandleAsync(IRequest)
public ValueTask<IResponse?> HandleAsync(IRequest request)
Parameters
requestIRequest
Returns
- ValueTask<IResponse>
PrepareAsync()
public ValueTask PrepareAsync()