Interfaces
Properties
SP Agent: module:https.AgentType
SP globalAgent: https.Agent
Methods
SM createServer(options: https.ServerOptions, requestListener: function) https.Server
Parameters:
Name | Type | Argument |
---|---|---|
options |
https.ServerOptions | |
requestListener |
function |
<optional> |
SM get(options: https.RequestOptions, callback: module:https.GetCallbackCallback) http.ClientRequest
Parameters:
Name | Type | Argument |
---|---|---|
options |
https.RequestOptions | |
callback |
module:https.GetCallbackCallback |
<optional> |
SM request(options: https.RequestOptions, callback: module:https.RequestCallbackCallback) http.ClientRequest
Parameters:
Name | Type | Argument |
---|---|---|
options |
https.RequestOptions | |
callback |
module:https.RequestCallbackCallback |
<optional> |