Expand description
Port-based virtual networking (fetch).
Ported from packages/core/src/agent-os.ts fetch. Dispatches to a guest server on port
inside the kernel, never the host. The request URL host is discarded (only pathname+search
are used); the body is only attached for non-GET/HEAD methods; the response body is base64-decoded.
Fully buffered both directions. Wire path is the existing VmFetch request/response.