influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > RequestOptions

RequestOptions interface

Signature:

interface RequestOptions 

Properties

Property Modifiers Type Description
headers?   { [key: string]: string; } (Optional) HTTP request headers
responseStarted?   (headers: Headers, statusCode?: number) => void (Optional) Informs about a start of response processing.