Documentation
    Preparing search index...

    Properties for the closure.

    interface IProps {
        body: string;
        direction: "encode" | "decode";
        headers: Record<string, HeaderValue | undefined>;
    }
    Index

    Properties

    body: string
    direction: "encode" | "decode"
    headers: Record<string, HeaderValue | undefined>