All Packages
Package Summary
Package
Description
Worker entry points and the HTTP types a handler works in.
The Cloudflare bindings, reached through
Env.Platform facilities exposed as themselves rather than behind a Java API.
Suspension, and the pieces that make a blocking API possible.
The Gradle plugin that turns a Java workspace into a Cloudflare Worker.
Routing a request to a handler.
Reaching any JavaScript value from Java.
JSON, through generated codecs rather than reflection.
The
java.net.http client, over fetch.What makes
java.util.regex work here, which nothing in a project has to name.Raw outbound TCP, over
cloudflare:sockets.What makes
String.format cost what it costs here, which nothing in a project has to name.What makes
java.time work, which nothing in a project has to name.