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!")
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…