Skip to main content

Module proxy_handler

Module proxy_handler 

Source
Expand description

Bridge between WASM host_call (sync) and ProxyService (async).

Implements HostCallHandler for the proxy, allowing WASM tools to make HTTP requests through the proxy pipeline.

Structsยง

ProxyHandler
Handler that bridges WASM host calls to the async ProxyService.