package http
http package object
Type Members
-
trait
Http
extends Object
The $http service is a core Angular service that facilitates communication with the remote HTTP servers via the browser's XMLHttpRequest object or via JSONP.
The $http service is a core Angular service that facilitates communication with the remote HTTP servers via the browser's XMLHttpRequest object or via JSONP.
- Annotations
- @RawJSType() @native()
- See also
https://docs.angularjs.org/api/ng/service/$http
-
class
HttpConfig
extends Object
AngularJS HTTP Service Configuration
AngularJS HTTP Service Configuration
- Annotations
- @RawJSType() @ScalaJSDefined()
-
class
HttpError
extends RuntimeException
HTTP Error
-
trait
HttpProvider
extends Object with Provider[Http]
HTTP Provider Service - Use $httpProvider to change the default behavior of the $http service.
HTTP Provider Service - Use $httpProvider to change the default behavior of the $http service.
- Annotations
- @RawJSType() @native()
-
trait
HttpResponse
[+T] extends Object
HTTP Response/Promise
HTTP Response/Promise
- Annotations
- @RawJSType() @native()
- type StatusCode = Int