import type { CLIAdapterModule } from "../types.js"; import { printHttpStdoutEvent } from "./format-event.js"; export const httpCLIAdapter: CLIAdapterModule = { type: "http", formatStdoutEvent: printHttpStdoutEvent, };