Crate worker_plus_sys

Source

Re-exports§

pub use cf::Cf;
pub use context::Context;
pub use file::File;
pub use formdata::FormData;
pub use global::WorkerGlobalScope;
pub use headers::Headers;
pub use request::Request;
pub use response::Response;
pub use response_init::ResponseInit;
pub use abort::*;
pub use durable_object::*;
pub use dynamic_dispatch::*;
pub use fetcher::*;
pub use queue::*;
pub use r2::*;
pub use request_init::*;
pub use schedule::*;
pub use streams::*;
pub use websocket::*;

Modules§

abort
cache
cf
context
d1
durable_object
dynamic_dispatch
fetcher
file
formdata
global
headers
prelude
queue
r2
request
request_init
response
response_init
schedule
streams
websocket

Macros§

console_debug
When debugging your Worker via wrangler dev, wrangler tail, or from the Workers Dashboard, anything passed to this macro will be printed to the terminal or written to the console.
console_error
When debugging your Worker via wrangler dev, wrangler tail, or from the Workers Dashboard, anything passed to this macro will be printed to the terminal or written to the console.
console_log
When debugging your Worker via wrangler dev, wrangler tail, or from the Workers Dashboard, anything passed to this macro will be printed to the terminal or written to the console.
console_warn
When debugging your Worker via wrangler dev, wrangler tail, or from the Workers Dashboard, anything passed to this macro will be printed to the terminal or written to the console.

Structs§

CloseEvent
The CloseEvent class.
ErrorEvent
The ErrorEvent class.
MessageEvent
The MessageEvent class.