Description

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.

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
IResponseIResponse handle(IServerRequest serverRequest)