W3cubDocs

/Angular 4 TypeScript

Connection

Experimental Class

Class Overview

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

Class Description

Abstract class from which real connections are derived.

Class Details

readyState : ReadyState
request : Request
response : any

exported from http/index, defined in http/src/interfaces.ts

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/docs/ts/latest/api/http/index/Connection-class.html