org.http4s

server

package server

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

Type Members

  1. trait AsyncTimeoutSupport extends AnyRef

  2. type HttpService = Service[Request, Response]

  3. trait IdleTimeoutSupport extends AnyRef

  4. trait MetricsSupport extends AnyRef

  5. type Middleware = (HttpService) ⇒ HttpService

  6. class MockServer extends AnyRef

  7. trait SSLSupport extends AnyRef

  8. trait Server extends AnyRef

  9. trait ServerBuilder extends AnyRef

  10. final class Service[A, B] extends AnyVal

    A service is an asynchronous function from a request to an optional response.

    A service is an asynchronous function from a request to an optional response. It wraps a function A => Task[Option[B]] with useful methods to deal with both the asynchronicity and the optionality.

    A

    the request type

    B

    the response type

Inherited from AnyRef

Inherited from Any

Ungrouped