Connection

From Get docs
< @angular/httpAngular/docs/7/api/http/connection


Connection

class deprecated

Abstract class from which real connections are derived.

Deprecated: see https://angular.io/guide/http

abstract class Connection {
  readyState: ReadyState
  request: Request
  response: any
}

Subclasses

  • XHRConnection
  • MockConnection


Properties

Property Description
readyState: ReadyState
request: Request
response: any


© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v7.angular.io/api/http/Connection