linkConnection
npm Package | @angular/http |
---|---|
Module | import { Connection } from '@angular/http'; |
Source | http/src/interfaces.ts |
linkDeprecation Notes
use @angular/common/http instead
linkOverview
class Connection {
readyState: ReadyState
request: Request
response: any
}
linkDescription
Abstract class from which real connections are derived.
linkSubclasses
linkMembers
readyState: ReadyState
request: Request