mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
At present, the get() method provided by HttpContext will never return null. Sometimes we need to check whether an http token is included, so add the has() method to HttpContext. PR Close #43887 |
||
|---|---|---|
| .. | ||
| backend.ts | ||
| client.ts | ||
| context.ts | ||
| headers.ts | ||
| interceptor.ts | ||
| jsonp.ts | ||
| module.ts | ||
| params.ts | ||
| request.ts | ||
| response.ts | ||
| xhr.ts | ||
| xsrf.ts | ||