fix(core): Switch to SmartRequest fluent API and improve Cloudflare API request handling

This commit is contained in:
2025-11-17 23:10:24 +00:00
parent 1c0a20ac99
commit 038f56b0ce
8 changed files with 10467 additions and 4727 deletions

View File

@@ -1,11 +1,11 @@
import * as smartlog from '@push.rocks/smartlog';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartrequest from '@push.rocks/smartrequest';
import { SmartRequest, CoreResponse } from '@push.rocks/smartrequest';
import * as smartstring from '@push.rocks/smartstring';
import * as tsclass from '@tsclass/tsclass';
export { smartlog, smartpromise, smartdelay, smartrequest, smartstring, tsclass };
export { smartlog, smartpromise, smartdelay, SmartRequest, CoreResponse, smartstring, tsclass };
// third party
import * as cloudflare from 'cloudflare';