5 lines
4.4 KiB
JSON

{
"id": "api/common/http/HttpEvent",
"title": "HttpEvent",
"contents": "\n\n<article>\n <div class=\"breadcrumb-container\">\n <div class=\"breadcrumb\">\n <script type=\"application/ld+json\">\n {\n \"@context\": \"http://schema.org\",\n \"@type\": \"BreadcrumbList\",\n \"itemListElement\": [\n { \"@type\": \"ListItem\", \"position\": 1, \"item\": { \"@id\": \"https://angular.io//api\", \"name\": \"API\" } },\n { \"@type\": \"ListItem\", \"position\": 2, \"item\": { \"@id\": \"https://angular.io/api/common\", \"name\": \"@angular/common\" } },\n { \"@type\": \"ListItem\", \"position\": 3, \"item\": { \"@id\": \"https://angular.io/api/common/http\", \"name\": \"@angular/common/http\" } },\n { \"@type\": \"ListItem\", \"position\": 4, \"item\": { \"@id\": \"https://angular.io/api/common/http/HttpEvent\", \"name\": \"HttpEvent\" } }\n ]\n }\n </script>\n <a href=\"/api\">API</a> > <a href=\"api/common\">@angular/common</a> > <a href=\"api/common/http\">@angular/common/http</a>\n </div>\n <div class=\"github-links\">\n <a href=\"https://github.com/angular/angular/edit/master/packages/common/http/src/response.ts?message=docs(common)%3A%20describe%20your%20change...#L131-L140\" aria-label=\"Suggest Edits\" title=\"Suggest Edits\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">mode_edit</i></a>\n <a href=\"https://github.com/angular/angular/tree/12.0.0-next.7/packages/common/http/src/response.ts#L131-L140\" aria-label=\"View Source\" title=\"View Source\"><i class=\"material-icons\" aria-hidden=\"true\" role=\"img\">code</i></a>\n</div>\n </div>\n \n <header class=\"api-header\">\n <h1 id=\"httpevent\">HttpEvent<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/common/http/HttpEvent#httpevent\"><i class=\"material-icons\">link</i></a></h1>\n \n <label class=\"api-type-label type-alias\">type-alias</label>\n \n \n \n </header>\n \n <aio-toc class=\"embedded\"></aio-toc>\n\n <div class=\"api-body\">\n \n <section class=\"short-description\">\n <p>Union type for all possible events on the response stream.</p>\n\n <p><a href=\"api/common/http/HttpEvent#description\">See more...</a></p>\n </section>\n \n \n \n <section class=\"type-alias-overview\">\n <code-example language=\"ts\" hidecopy=\"true\">\n type <a href=\"api/common/http/HttpEvent\" class=\"code-anchor\">HttpEvent</a>&#x3C;T> = <a href=\"api/common/http/HttpSentEvent\" class=\"code-anchor\">HttpSentEvent</a> | <a href=\"api/common/http/HttpHeaderResponse\" class=\"code-anchor\">HttpHeaderResponse</a> | <a href=\"api/common/http/HttpResponse\" class=\"code-anchor\">HttpResponse</a>&#x3C;T> | <a href=\"api/common/http/HttpProgressEvent\" class=\"code-anchor\">HttpProgressEvent</a> | <a href=\"api/common/http/HttpUserEvent\" class=\"code-anchor\">HttpUserEvent</a>&#x3C;T>;\n </code-example>\n </section>\n\n \n\n \n \n<section class=\"description\">\n <h2 id=\"description\">Description<a title=\"Link to this heading\" class=\"header-link\" aria-hidden=\"true\" href=\"api/common/http/HttpEvent#description\"><i class=\"material-icons\">link</i></a></h2>\n <p>Typed according to the expected type of the response.</p>\n\n \n</section>\n\n\n \n\n\n </div>\n</article>\n\n<!-- links to this doc:\n - api/common/http\n - api/common/http/HttpBackend\n - api/common/http/HttpClient\n - api/common/http/HttpContext\n - api/common/http/HttpEventType\n - api/common/http/HttpHandler\n - api/common/http/HttpHeaderResponse\n - api/common/http/HttpInterceptor\n - api/common/http/HttpResponse\n - api/common/http/HttpXhrBackend\n - api/common/http/JsonpClientBackend\n - api/common/http/JsonpInterceptor\n - api/common/http/testing/TestRequest\n - guide/http\n-->\n<!-- links from this doc:\n - /api\n - api/common\n - api/common/http\n - api/common/http/HttpEvent#description\n - api/common/http/HttpEvent#httpevent\n - api/common/http/HttpHeaderResponse\n - api/common/http/HttpProgressEvent\n - api/common/http/HttpResponse\n - api/common/http/HttpSentEvent\n - api/common/http/HttpUserEvent\n - https://github.com/angular/angular/edit/master/packages/common/http/src/response.ts?message=docs(common)%3A%20describe%20your%20change...#L131-L140\n - https://github.com/angular/angular/tree/12.0.0-next.7/packages/common/http/src/response.ts#L131-L140\n-->"
}