On this page
ResponseContentType
enum
| npm Package | @angular/http | 
|---|---|
| Module | import { ResponseContentType } from '@angular/http'; | 
     
| Source | http/src/enums.ts | 
Overview
enum ResponseContentType {
  Text
  Json
  ArrayBuffer
  Blob
}
  Description
Define which buffer to use to store the response
Members
Text
  Json
  ArrayBuffer
  Blob
  © 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v4.angular.io/api/http/ResponseContentType