Packages

package http

http package object

Linear Supertypes
AnyRef, Any

Type Members

  1. 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

  2. class HttpConfig extends Object

    AngularJS HTTP Service Configuration

    AngularJS HTTP Service Configuration

    Annotations
    @RawJSType() @ScalaJSDefined()
  3. class HttpError extends RuntimeException

    HTTP Error

  4. 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()
  5. trait HttpResponse [+T] extends Object

    HTTP Response/Promise

    HTTP Response/Promise

    Annotations
    @RawJSType() @native()
  6. type StatusCode = Int

Inherited from AnyRef

Inherited from Any

Ungrouped