INNER CODE UNIT · Rust
fetch
cloudflare/workers-rs · templates/hello-world/src/lib.rs:4
async fn fetch(
_req: Request,
_env: Env,
_ctx: Context,
) -> Result<Response> {
Response::ok("Hello World!")
}
INNER CODE UNIT · Rust
cloudflare/workers-rs · templates/hello-world/src/lib.rs:4
async fn fetch(
_req: Request,
_env: Env,
_ctx: Context,
) -> Result<Response> {
Response::ok("Hello World!")
}