types
Enumerations
Enumeration | Description |
---|---|
ApplicationEvent | Events for Jova Listeners. |
Charset | Common character sets used in HTTP. |
ContentType | - |
Encoder | Common content encodings used in HTTP. |
HttpStatus | - |
JovaSettingsTable | The Jova Settings enum. |
Language | Common language tags used in the Accept-Language HTTP header field. |
Methods | Request Methods. |
Classes
Class | Description |
---|---|
ApplicationListener | An Application Event Listener. |
ApplicationMiddleware | An Application Middleware. |
ApplicationRegistry | The Registry class, this allows the Jova Server to register, use and manage its content. |
ApplicationRoute | An Application Route. |
EventController | The Event Controller, The base class for Event which is used in event files. |
MiddlewareController | The Middleware Controller, The base class for Middleware which is used in middleware files. |
RouteController | The Route Controller, The base class for Route which is used in routing files. |
Interfaces
Interface | Description |
---|---|
ApplicationStats | - |
CorsOptions | - |
CorsRequest | - |
DownloadOptions | - |
EventListenerOptions | Event Listener Options. |
JovaCustomOption | Custom express options to set when the Jova.js server starts. |
JovaHeaderSetting | Headings to be added to any request made into the Jova.js server. |
JovaPathSettings | Custom paths for searching when the server runs. |
JovaPathSettings$1 | Custom paths for searching when the server runs. - Has all properties marked as required. |
JovaServerOptions | Jova Server options. |
JovaSettings | The enableable and disableable settings for the Jova.js server. |
MiddlewareOptions | Options for Middlewares. |
RatelimitConfig | Ratelimit config for the Jova.js server. |
RatelimitDatabaseConfig | Redis configuration for the Jova.js Rate limiter. |
RequestHandler | - |
SendFileOptions | - |
SendOptions | - |
Type Aliases
Type alias | Description |
---|---|
CorsOptionsDelegate | - |
CustomOrigin | - |
EventHandler | - |
MiddlewareHandler | - |
RateLimitExceededEventHandler | - |
RouteHandler | - |
StaticOrigin | - |
ValueDeterminingMiddleware | - |
Functions
Function | Description |
---|---|
RangeParser | - |