Send a request using the full configuration object.
Runtime defaults shared with
$httpProvider.defaults.
Requests currently in flight.
Send a DELETE request.
Optionalconfig:
RequestShortcutConfig
Send a GET request.
Optionalconfig:
RequestShortcutConfig
Send a HEAD request.
Optionalconfig:
RequestShortcutConfig
Send a PATCH request with a request body.
Optionalconfig:
RequestShortcutConfig
Send a POST request with a request body.
Optionalconfig:
RequestShortcutConfig
Send a PUT request with a request body.
Optionalconfig:
RequestShortcutConfig
Runtime surface of the
$httpservice.Call the service directly with a full RequestConfig, or use a shorthand method for common HTTP verbs. All methods return an HttpPromise that resolves with HttpResponse for successful 2xx responses and rejects with HttpError for errors.