Anchorage API reference
    Preparing search index...

    What send carries beyond the sanctioned header — a route's own payload.

    interface ThreadRequestInit {
        body?: string;
        headers?: Record<string, string>;
        method?: string;
    }
    Index

    Properties

    body?: string
    headers?: Record<string, string>
    method?: string