split up http into adapters
This commit is contained in:
parent
afc1843fdb
commit
d67d07cba6
11 changed files with 230 additions and 228 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue