ejs.web Classes
Class |
Description |
CommonLogClass
|
Common Log web server logging. |
Controller
|
Web framework controller class. |
HttpServer
|
HttpServer objects represents the server-side of Hypertext
Transfer Protocol (HTTP) version 1.1 connections.
|
Mvc |
The Mvc class manages the loading and initialization of MVC web
applications.
|
Request |
Web request class. |
Route |
A Route describes a mapping from a URI to a web application.
|
Router |
The Router class manages incoming HTTP requests to the appropriate
location application for servicing.
|
Session |
Session state storage class. |
UploadFile
|
Instances of UploadFile are created for each uploaded file. |
View |
Base class for web framework Views. |