renamed http-client to http and fixed tests
This commit is contained in:
parent
e87acb5e18
commit
3d9afd711e
26 changed files with 472 additions and 496 deletions
|
|
@ -69,7 +69,7 @@ const logger = getLogger('proxy-demo');
|
|||
// if (workingProxies.length > 0) {
|
||||
// console.log('🔄 Example: Using proxy with HttpClient...');
|
||||
// try {
|
||||
// const { HttpClient } = await import('@stock-bot/http-client');
|
||||
// const { HttpClient } = await import('@stock-bot/http');
|
||||
// const proxyClient = new HttpClient({
|
||||
// proxy: workingProxies[0],
|
||||
// timeout: 10000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue