Home > pinot-noir > PinotBrokerJSONTransport > request
Perform HTTP request to Pinot.
Signature:
request<TResponse = unknown>({ body, headers, method, path, query, options, }: IBrokerTransportRequestOptions): Promise<TResponse>;
Parameter |
Type |
Description |
---|---|---|
{ body, headers, method, path, query, options, } |
Promise<TResponse>
Pinot response.