ejs.io Classes
| Class | Description |
| BinaryStream | BinaryStreams encode and decode various objects onto streams. |
| File | The File class provides a foundation of I/O services to interact with physical files. |
| Http | Http object represents a Hypertext Transfer Protocol version 1. |
| HttpDataEvent | Data event issued to the callback function. |
| HttpErrorEvent | Error event issued to the callback function if any errors occur during an Http request. |
| TextStream | TextStreams interpret data as a stream of Unicode characters. |
| XMLHttp | XMLHttp compatible method to retrieve HTTP data. |