@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface SsrfFetchResult

    interface SsrfFetchResult {
        url: string;
        status: number;
        headers: Record<string, string>;
        body: Uint8Array;
        pinnedAddress: string;
        pinnedFamily: 4 | 6;
    }
    Index

    Properties

    url: string
    status: number
    headers: Record<string, string>

    Response headers, lowercased.

    body: Uint8Array

    Raw response body bytes (empty Uint8Array if no body).

    pinnedAddress: string

    The IP address we pinned the outbound connection to.

    pinnedFamily: 4 | 6