linkConnectionBackend
npm Package | @angular/http |
---|---|
Module | import { ConnectionBackend } from '@angular/http'; |
Source | http/src/interfaces.ts |
linkDeprecation Notes
use @angular/common/http instead
linkOverview
class ConnectionBackend {
createConnection(request: any): Connection
}
linkDescription
Abstract class from which real backends are derived.
The primary purpose of a ConnectionBackend
is to create new connections to fulfill a given
Request
.
linkSubclasses
linkMembers
createConnection(request: any): Connection