ConnectionBackend
Abstract class from which real backends are derived.
已弃用: see https://angular.io/guide/http
abstract class ConnectionBackend {
abstract createConnection(request: any): Connection
}
说明
The primary purpose of a ConnectionBackend
is to create new connections to fulfill a given Request
.