Packages

package future

Clients returning Scala Futures

Source
package.scala
Linear Supertypes
Content Hierarchy

Type Members

  1. trait Endpoints extends xhr.Endpoints with EndpointsWithCustomErrors

    Implements xhr.Endpoints by using Scala’s Futures, and uses endpoints.algebra.BuiltInErrors to model client and server errors.

  2. trait EndpointsWithCustomErrors extends xhr.EndpointsWithCustomErrors

    Implements xhr.Endpoints by using Scala’s Futures.

Inherited from AnyRef

Inherited from Any

Interpreters