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

Methods

Methods