connect-bidi-web
    Preparing search index...
    • Parse the JSON payload of a headers envelope. Returns the application headers (pseudo-headers omitted) and the pseudo-headers separately. Tolerates single-string metadata values for robustness.

      Parameters

      • payload: Uint8Array

      Returns { headers: Headers; pseudo: Record<string, string> }