AniLink - v2.0.0
    Preparing search index...

    Type Alias HttpMethod

    HttpMethod: "GET" | "POST" | "PUT" | "DELETE"

    HTTP methods the shared transport accepts.

    GraphQL providers use POST only; REST providers additionally use GET, PUT, and DELETE. The union is shared so hooks and error contexts stay provider-agnostic.