Skip to main content
Home
This package has been archived, and as such it is read-only.

An object-oriented efficient MVC and REST framework

This package works with Cloudflare Workers, Deno
This package works with Cloudflare Workers
This package works with Deno
JSR Score
88%
Published
8 months ago (0.2.5)
class AbstractApplication
implements IApplication

Base class for application

Constructors

new
AbstractApplication(config: Partial<IApplication>)

Properties

exceptionHandler: AbstractExceptionHandler | null
interceptor: AbstractInterceptor | null

Methods

abstract
handlerException(exception: IException): HttpResponse
protected
init(config: Partial<IApplication>): void
abstract
requestListener(request: HttpRequest): Promise<HttpResponse>
setAppPath(path: string): void

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@candy/framework

Import symbol

import AbstractApplication from "@candy/framework/core/AbstractApplication";
or

Import directly with a jsr specifier

import AbstractApplication from "jsr:@candy/framework/core/AbstractApplication";