io

finch

package finch

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. finch
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type HttpRequest = Request

  2. type HttpResponse = Response

Value Members

  1. package demo

    The demo project shows the usage of Finch's basic blocks for building a purely functional REST API backend emulating a set of services working with users and their tickets (i.

  2. implicit def endpointToService[Req, Rep](e: Endpoint[Req, Rep])(implicit ev: (Req) ⇒ HttpRequest): Service[Req, Rep]

  3. implicit def futureToService[Req, Rep](f: Future[Rep]): Service[Req, Rep]

Inherited from AnyRef

Inherited from Any

Ungrouped