Skip to main content

types

Enumerations

EnumerationDescription
ApplicationEventEvents for Jova Listeners.
CharsetCommon character sets used in HTTP.
ContentType-
EncoderCommon content encodings used in HTTP.
HttpStatus-
JovaSettingsTableThe Jova Settings enum.
LanguageCommon language tags used in the Accept-Language HTTP header field.
MethodsRequest Methods.

Classes

ClassDescription
ApplicationListenerAn Application Event Listener.
ApplicationMiddlewareAn Application Middleware.
ApplicationRegistryThe Registry class, this allows the Jova Server to register, use and manage its content.
ApplicationRouteAn Application Route.
EventControllerThe Event Controller, The base class for Event which is used in event files.
MiddlewareControllerThe Middleware Controller, The base class for Middleware which is used in middleware files.
RouteControllerThe Route Controller, The base class for Route which is used in routing files.

Interfaces

InterfaceDescription
ApplicationStats-
CorsOptions-
CorsRequest-
DownloadOptions-
EventListenerOptionsEvent Listener Options.
JovaCustomOptionCustom express options to set when the Jova.js server starts.
JovaHeaderSettingHeadings to be added to any request made into the Jova.js server.
JovaPathSettingsCustom paths for searching when the server runs.
JovaPathSettings$1Custom paths for searching when the server runs. - Has all properties marked as required.
JovaServerOptionsJova Server options.
JovaSettingsThe enableable and disableable settings for the Jova.js server.
MiddlewareOptionsOptions for Middlewares.
RatelimitConfigRatelimit config for the Jova.js server.
RatelimitDatabaseConfigRedis configuration for the Jova.js Rate limiter.
RequestHandler-
SendFileOptions-
SendOptions-

Type Aliases

Type aliasDescription
CorsOptionsDelegate-
CustomOrigin-
EventHandler-
MiddlewareHandler-
RateLimitExceededEventHandler-
RouteHandler-
StaticOrigin-
ValueDeterminingMiddleware-

Functions

FunctionDescription
RangeParser-