Package

io.scalajs.npm.angularjs

http

Permalink

package http

http package object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. http
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Http extends Object

    Permalink

    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

    Permalink

    AngularJS HTTP Service Configuration

    AngularJS HTTP Service Configuration

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

    Permalink

    HTTP Error

  4. trait HttpProvider extends Object with Provider[Http]

    Permalink

    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

    Permalink

    HTTP Response/Promise

    HTTP Response/Promise

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped