Webigail
    Preparing search index...

    Interface IZHttpService

    Represents a service that makes http invocations.

    interface IZHttpService {
        request<TResult = any, TBody = any>(
            req: IZHttpRequest<TBody>,
        ): Promise<IZHttpResult<TResult>>;
    }

    Implemented by

    Index

    Methods

    Methods