Skip to main content

Module response

Module response 

Source
Expand description

Response builder helpers for Cloudflare Workers.

Provides conversion functions between multistore proxy types and web_sys::Response, including header conversion utilities.

Traits§

GatewayResponseExt
Extension trait for converting a GatewayResponse into a web_sys::Response.

Functions§

headermap_from_js
Convert web_sys::Headers to http::HeaderMap by iterating all entries.