C# Class Node.net.Modules.HttpModule

Inheritance: HostModule
ファイルを表示 Open project: WindowsTermKit/TermKit

Public Methods

Method Description
HttpModule ( IronJS env ) : System

The public constructor for the 'http' module.

Method Details

HttpModule() public method

The public constructor for the 'http' module.
public HttpModule ( IronJS env ) : System
env IronJS The JavaScript environment.
return System