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 HasAsyncTimeout extends AnyRef

    ServerBuilders that implement this trait can set a Servlet asynchronous timeout

  2. trait HasConnectionTimeout extends AnyRef

    ServerBuilders that implement this trait can set a connection timeout

  3. trait HasIdleTimeout extends AnyRef

    ServerBuilders that implement this trait can set an idle timeout

  4. type HttpService = PartialFunction[Request, Task[Response]]

    A PartialFunction which defines the transformation of Request to a scalaz.

    A PartialFunction which defines the transformation of Request to a scalaz.concurrent.Task[Response] containing the Response

  5. class MockServer extends AnyRef

  6. trait Server extends AnyRef

  7. trait ServerBuilder extends AnyRef

Value Members

  1. object HttpService

  2. object MockServer

  3. package middleware

Inherited from AnyRef

Inherited from Any

Ungrouped