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

Implemented by

Methods

Methods