interface HttpLibrary {
    send(request: RequestContext): Observable<ResponseContext>;
}

Implemented by

Methods

Methods