Packages

package common

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. common
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AnyK[_] = Any
  2. type Http4sRequestFilter = PartialFunction[Request_, Boolean]
  3. type Http4sSpanNamer = (Request_) ⇒ String
  4. type Request_ = Request[AnyK]

    Existential versions of Request and Response used to prevent access to their bodies or triggering effects.

  5. type Response_ = Response[AnyK]

Value Members

  1. implicit def Request_[F[_]](req: Request[F]): Request_
    Annotations
    @inline()
  2. implicit def Response_[F[_]](resp: Response[F]): Response_
    Annotations
    @inline()
  3. object Http4sHeaders
  4. object Http4sRequestFilter
  5. object Http4sSpanNamer
  6. object Http4sStatusMapping

Inherited from AnyRef

Inherited from Any

Ungrouped