Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
https
Dynamic module https
Index
Variables
Agent
globalAgent
Interfaces
RequestOptions
ServerOptions
Classes
Server
Functions
createServer
get
request
Variables
Agent
:
Agent
public
maxSockets
:
number
public
requests
:
any
public
sockets
:
any
globalAgent
:
Agent
Functions
createServer
(
options
:
ServerOptions
, requestListener
?:
Function
)
:
Server
Parameters
options:
ServerOptions
requestListener?:
Function
optional
Returns
Server
get
(
options
:
RequestOptions
, callback
?:
(res: "events".EventEmitter) => void
)
:
ClientRequest
Parameters
options:
RequestOptions
callback?:
(res: "events".EventEmitter) => void
optional
Returns
ClientRequest
request
(
options
:
RequestOptions
, callback
?:
(res: "events".EventEmitter) => void
)
:
ClientRequest
Parameters
options:
RequestOptions
callback?:
(res: "events".EventEmitter) => void
optional
Returns
ClientRequest
Globals
NodeJS
assert
buffer
child_process
cluster
crypto
dgram
dns
domain
events
fs
http
https
net
os
path
pg
punycode
querystring
readline
repl
stream
string_decoder
tls
tty
url
util
vm
zlib
Agent
globalAgent
RequestOptions
ServerOptions
Server
createServer
get
request