Sends requestBody and returns response chunks in an async iterable
that can be easily consumed in an for-await
loop.
HTTP request path
request body
send options
async iterable
Sends data to the server and receives decoded result. The type of the result depends on response's content-type (deserialized json, text).
HTTP request path
request body
send options
Optional
responseStarted: ResponseStartedFnresponse data
Send data to the server and receive communication events via callbacks.
HTTP request path
HTTP request body
send options
Optional
callbacks: Partial<CommunicationObserver<Uint8Array>>communication callbacks to received data in Uint8Array
Simpified platform-neutral transport layer for communication with InfluxDB.