head(url, [config]);
Shortcut method to perform HEAD request.
Parameters
| Param | Type | Details |
|---|---|---|
| url | string | Relative or absolute URL specifying the destination of the request |
| config (optional) | Object | Optional configuration object |
Returns
HttpPromise |
Future object |
Please login to continue.