interface PromiseHttpLibrary {
    send(request): Promise<ResponseContext>;
}

Methods

Methods