Optional
fetchCustom fetch function.
If you want to use custom fetch
function instead of built-in, assign your
custom fetch
function into this property.
For reference, the fetch
function has started to be supported since
version 20 of NodeJS. Therefore, if you are using NodeJS version 19 or
lower, you have to assign the node-fetch
module into this property.
Optional
init: RequestInitOptional
init: RequestInitOptional
headersHeader values delivered to the remote HTTP server.
Host address of the remote HTTP server.
Optional
optionsAdditional options for the fetch
function.
Connection information.
IConnection
is an interface ttype who represents connection information of the remote HTTP server. You can target the remote HTTP server by wring the IHttpConnection.host variable down. Also, you can configure special header values by specializing the IHttpConnection.headers variable.If the remote HTTP server encrypts or decrypts its body data through the AES-128/256 algorithm, specify the IHttpConnection.encryption with IEncryptionPassword or IEncryptionPassword.Closure variable.
Author
Jenogho Nam - https://github.com/samchon
Author
Seungjun We - https://github.com/SeungjunWe