Logos DX
    Preparing search index...

    Type Alias ResponseDirective

    ResponseDirective:
        | "json"
        | "text"
        | "blob"
        | "arrayBuffer"
        | "formData"
        | "raw"
        | "stream"

    Directive that determines how the response body is parsed.

    Controls the response extraction method applied after the fetch resolves, allowing callers to declaratively specify their expected format.