@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface HeadResult

    Result of a HEAD-style metadata fetch. Unlike DownloadResult, this shape has no body field — the SDK consumes and discards the (logically empty) HEAD response body internally so callers never have to remember to body.cancel() after a metadata-only fetch.

    interface HeadResult {
        headers: DownloadHeaders;
    }
    Index

    Properties

    Properties

    Parsed B2 response headers (content type, SHA-1, file info, etc.).