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
NodeAgent
RequestOptions
Server
ServerOptions
Functions
createServer
get
request
Variables
Agent
:
new(options?: "https".RequestOptions) => "https".NodeAgent
constructor
(
)
:
NodeAgent
Returns
NodeAgent
globalAgent
:
NodeAgent
Functions
createServer
(
options
:
ServerOptions
, requestListener
?:
Function
)
:
Server
Parameters
options:
ServerOptions
requestListener?:
Function
optional
Returns
Server
get
(
options
:
RequestOptions
, callback
?:
(res: "events".NodeEventEmitter) => void
)
:
ClientRequest
Parameters
options:
RequestOptions
callback?:
(res: "events".NodeEventEmitter) => void
optional
Returns
ClientRequest
request
(
options
:
RequestOptions
, callback
?:
(res: "events".NodeEventEmitter) => void
)
:
ClientRequest
Parameters
options:
RequestOptions
callback?:
(res: "events".NodeEventEmitter) => void
optional
Returns
ClientRequest
Globals
assert
child_process
cluster
crypto
dgram
dns
domain
events
fs
http
https
net
os
path
punycode
querystring
readline
repl
stream
string_decoder
tls
tty
url
util
vm
zlib
Agent
globalAgent
NodeAgent
RequestOptions
Server
ServerOptions
createServer
get
request