Skip to main content

Module request

Module request 

Source
Expand description

Request parsing helpers for Cloudflare Workers.

Provides RequestParts to extract owned HTTP metadata from a web_sys::Request, and convert it into the borrowed RequestInfo required by the gateway.

Structsยง

RequestParts
Owned HTTP request metadata extracted from a web_sys::Request.