Documentation
    Preparing search index...

    HTTP

    type ToClientRequestStart = {
        actorId: Id;
        body: ArrayBuffer | null;
        headers: ReadonlyMap<string, string>;
        method: string;
        path: string;
        stream: boolean;
    }
    Index

    Properties

    actorId: Id
    body: ArrayBuffer | null
    headers: ReadonlyMap<string, string>
    method: string
    path: string
    stream: boolean