package future
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
Future
s.