src/http/index.js

/**
 * @overview Common utils for HTTP communications.
 * @module @cgnal/net/http
 */
export { default as HttpTransport } from "./HttpTransport";