zibri
    Preparing search index...

    Type Alias HttpOptionsInput<T, QueryParamsObject, HeaderParamsObject, ResponseHeaderMetaInputObject, BodyType, IsArray>

    HttpOptionsInput: Partial<
        HttpOptions<
            T,
            QueryParamsObject,
            HeaderParamsObject,
            ResponseHeaderMetaInputObject,
            BodyType,
            IsArray,
        >,
    >

    Input for creating http options.

    Type Parameters