IHttpHandlerObject: IInvokableObject<
    [args: HttpHandlerArgs],
    Promisable<IHttpRes>,
>

An invokable object that handles an HTTP request. Receives handler args (HttpHandlerArgs) and returns a response.

IMPORT_PATH: "@daiso-tech/core/http-router/contracts"