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