split up http into adapters

This commit is contained in:
Bojan Kucera 2025-06-08 08:05:20 -04:00
parent afc1843fdb
commit d67d07cba6
11 changed files with 230 additions and 228 deletions

View file

@ -2,6 +2,7 @@
export * from './types.js';
export * from './client.js';
export * from './proxy-manager.js';
export * from './adapters/index.js';
// Default export
export { HttpClient as default } from './client.js';