package future
Clients returning Scala Futures
Linear Supertypes
Type Members
- trait Endpoints extends xhr.Endpoints with EndpointsWithCustomErrors
Implements xhr.Endpoints by using Scala’s
Futures, and uses endpoints4s.algebra.BuiltInErrors to model client and server errors. - trait EndpointsWithCustomErrors extends xhr.EndpointsWithCustomErrors
Implements xhr.Endpoints by using Scala’s
Futures.