@angular/http
Deprecated in favor of @angular/common/http
.
入口点
主要
@angular/http | 已废弃: all exports of this entry point are deprecated. Deprecated in favor of |
次要
@angular/http/testing | 已废弃: all exports of this entry point are deprecated. |
主入口点的导出
已弃用: all exports of this entry point are deprecated.
模块
HttpModule | 已废弃: see https://angular.io/guide/http The module that includes http's providers |
JsonpModule | 已废弃: see https://angular.io/guide/http The module that includes jsonp's providers |
类
BaseRequestOptions | 已废弃: see https://angular.io/guide/http Subclass of |
BaseResponseOptions | 已废弃: see https://angular.io/guide/http Subclass of |
BrowserXhr | 已废弃: see https://angular.io/guide/http A backend for http that uses the |
Connection | 已废弃: see https://angular.io/guide/http Abstract class from which real connections are derived. |
ConnectionBackend | 已废弃: see https://angular.io/guide/http Abstract class from which real backends are derived. |
CookieXSRFStrategy | 已废弃: see https://angular.io/guide/http
|
Headers | 已废弃: see https://angular.io/guide/http Polyfill for Headers, as specified in the Fetch Spec. |
Http | 已废弃: see https://angular.io/guide/http Performs http requests using |
Jsonp | 已废弃: see https://angular.io/guide/http |
QueryEncoder | 已废弃: see https://angular.io/guide/http |
Request | 已废弃: see https://angular.io/guide/http Creates |
RequestOptions | 已废弃: see https://angular.io/guide/http Creates a request options object to be optionally provided when instantiating a |
Response | 已废弃: see https://angular.io/guide/http Creates |
ResponseOptions | 已废弃: see https://angular.io/guide/http Creates a response options object to be optionally provided when instantiating a |
URLSearchParams | 已废弃: see https://angular.io/guide/http Map-like representation of url search parameters, based on URLSearchParams in the url living standard, with several extensions for merging URLSearchParams objects:
|
XHRBackend | 已废弃: see https://angular.io/guide/http Creates |
XHRConnection | 已废弃: see https://angular.io/guide/http Creates connections using |
XSRFStrategy | 已废弃: see https://angular.io/guide/http An XSRFStrategy configures XSRF protection (e.g. via headers) on an HTTP request. |
结构
JSONPBackend | 已废弃: see https://angular.io/guide/http A |
JSONPConnection | 已废弃: see https://angular.io/guide/http Base class for an in-flight JSONP request. |
ReadyState | 已废弃: see https://angular.io/guide/http All possible states in which a connection can be, based on States from the |
RequestMethod | 已废弃: see https://angular.io/guide/http Supported http methods. |
RequestOptionsArgs | 已废弃: see https://angular.io/guide/http Interface for options to construct a RequestOptions, based on RequestInit from the Fetch spec. |
ResponseContentType | 已废弃: see https://angular.io/guide/http Define which buffer to use to store the response |
ResponseOptionsArgs | 已废弃: see https://angular.io/guide/http Interface for options to construct a Response, based on ResponseInit from the Fetch spec. |
ResponseType | 已废弃: see https://angular.io/guide/http Acceptable response types to be associated with a |