Base class for standalone HTTP applications Provides a base class to inherit from for applications using only the http package. This class defines a fallback handler that renders a simple 404 response. You can overload the `handle` method to provide your own logic to run when no middleware generates a response.
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
IResponse | IResponse handle(IServerRequest serverRequest) |