ConnectionBackend
class
deprecated
Abstract class from which real backends are derived.
Deprecated: see https://angular.io/guide/http
abstract class ConnectionBackend { abstract createConnection(request: any): Connection }
Subclasses
Description
The primary purpose of a ConnectionBackend
is to create new connections to fulfill a given Request
.
Methods
createConnection() |
---|
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v7.angular.io/api/http/ConnectionBackend