js.node
.. | |
---|---|
buffer | |
child_process | |
console | |
events | |
fs | |
http | |
https | |
net | |
stream | |
tls | |
url | |
zlib | |
Buffer | |
ChildProcess | |
ChildProcessExecCallback | A callback type for |
ChildProcessExecError | An error passed to the |
ChildProcessExecFileOptions | Options for the |
ChildProcessExecOptions | Options for the |
ChildProcessForkOptions | Options for the |
ChildProcessSpawnOptions | Options for the |
ChildProcessSpawnOptionsStdio | The |
ChildProcessSpawnOptionsStdioBehaviour | Enumeration of possible |
ChildProcessSpawnOptionsStdioFull | |
ChildProcessSpawnOptionsStdioSimple | A shorthand for the |
ChildProcessSpawnSyncOptions | Options for the |
ChildProcessSpawnSyncResult | Object returned from the |
Dns | This module contains functions that belong to two different categories: |
DnsAddressFamily | Enumeration of possible Int |
DnsError | Error objects returned by dns lookups are of this type |
DnsErrorCode | Each DNS query can return one of the following error codes |
DnsLookupCallbackAll | |
DnsLookupCallbackAllEntry | |
DnsLookupCallbackSingle | |
DnsLookupOptions | Type of the |
DnsResolvedAddress | |
DnsResolvedAddressMX | Types of address data returned by |
DnsResolvedAddressSOA | |
DnsResolvedAddressSRV | |
DnsRrtype | Enumeration of possible |
Fs | File I/O is provided by simple wrappers around standard POSIX functions. All the methods have asynchronous and synchronous forms. |
FsConstants | Constants for use in |
FsCreateReadStreamOptions | Options for |
FsCreateWriteStreamOptions | Options for |
FsMode | The |
FsOpenFlag | Enumeration of possible flags for opening file. |
FsPath | Most FS functions now support passing |
FsRmdirOptions | Options for |
FsWatchFileOptions | Possible options for |
FsWriteFileOptions | Possible options for |
Http | The HTTP interfaces in Node are designed to support many features of the protocol which have been traditionally difficult to use. In particular, large, possibly chunk-encoded, messages. The interface is careful to never buffer entire requests or responses--the user is able to stream data. |
HttpCreateServerOptions | |
HttpRequestOptions | Type of the options object passed to |
Https | HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a separate module. |
HttpsCreateServerOptions | |
HttpsRequestOptions | |
IStream |
|
Immediate | This object is created internally and is returned from |
InspectOptions | Options object used by |
InspectOptionsBase | Options object used by |
Iterator | |
IteratorStep | |
KeyValue | Key/value access helper. |
MemoryUsage | |
Module | In each module, the |
Path | The |
PathObject | Path object returned from |
Process | |
ProcessEvent | Enumeration of events emitted by the Process class. |
Release | |
Report | |
Stream | Base class for all streams. |
SymlinkType | Enumeration of possible symlink types |
Timeout | This object is created internally and is returned from |
Timers | The |
Tls | The tls module uses OpenSSL to provide Transport Layer Security and/or Secure Socket Layer: encrypted stream communication. |
TlsClientOptionsBase | |
TlsConnectOptions | |
TlsCreateServerOptions | Base structure for options object used in tls methods. |
TlsOptionsBase | |
TlsServerOptionsBase | |
Util | The |
V8 | The v8 module exposes APIs that are specific to the version of V8 built into the Node.js binary. |
V8HeapSpaceStatistics | Object returned by |
V8HeapStatistics | Object returned by |
Zlib | This provides bindings to Gzip/Gunzip, Deflate/Inflate, and DeflateRaw/InflateRaw classes. Each class takes the same options, and is a readable/writable Stream. |
ZlibOptions |