Expand description
Backend client for the Cloudflare Workers runtime.
Contains WorkerBackend, which implements ProxyBackend by forwarding
requests through the Workers Fetch API and reading responses as
web_sys::Response streams.
Structsยง
- Worker
Backend - Backend for the Cloudflare Workers runtime.