// author: simon-pierre boucher export { httpFetch, type HttpFetchOptions } from "./fetch.js"; export { buildHeaders, DEFAULT_USER_AGENT, SAFARI_UA, BOT_SUFFIX } from "./headers.js";