UNPKG

capacitor-cors-bypass-enhanced

Version:

Enhanced Capacitor plugin for CORS bypass with HTTP/2, HTTP/3, gRPC, GraphQL, file operations, and advanced networking features. Modular TypeScript definitions for better maintainability.

15 lines 704 B
/** * Web Module Exports * Web端模块导出 */ export { HttpManager } from './http'; export { StreamManager } from './stream'; export { SSEManager } from './sse'; export { WebSocketManager } from './websocket'; export { StreamableHTTPTransport } from './streamable-http'; export { MCPClientManager, mcpClientManager } from './mcp-client'; export { InterceptorManager } from './interceptor'; export { MemoryCacheManager, LocalStorageCacheManager, IndexedDBCacheManager, createCacheManager, type CacheManager, } from './cache'; export { CacheInterceptor, createCacheInterceptor, CacheStrategies, } from './cache-interceptor'; export { UtilsManager } from './utils'; //# sourceMappingURL=index.d.ts.map