IGPAPI
Preparing search index...
@igpapi/core
TransportRequest
Interface TransportRequest
interface
TransportRequest
{
body
?:
string
|
Buffer
<
ArrayBufferLike
>
;
gzip
?:
boolean
;
headers
?:
Record
<
string
,
string
>
;
method
?:
string
;
timeoutMs
?:
number
;
url
:
string
;
}
Index
Properties
body?
gzip?
headers?
method?
timeout
Ms?
url
Properties
Optional
body
body
?:
string
|
Buffer
<
ArrayBufferLike
>
Optional
gzip
gzip
?:
boolean
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
method
method
?:
string
Optional
timeout
Ms
timeoutMs
?:
number
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
gzip
headers
method
timeout
Ms
url
IGPAPI
Loading...