/**
 * This file shows how to integrate custom fetch functionality into the rockset fetch api.
 * We use axios in this example, and re-use shared HTTP connections instead of creating new
 * connections on every request. Useful for conserving connections for high-throughput actions,
 * such as writing documents to collections at a high rate.
 */
export {};
