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.

方法

abstract createConnection(request: any): Connection

参数

request

Type: any.

返回值

Connection