Packages

p

httpz

package httpz

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

Package Members

  1. package apachehttp

Type Members

  1. type Action[A] = EitherT[Error, Requests, A]
  2. type ActionE[E, A] = EitherT[E, Requests, A]
  3. type ActionNel[A] = EitherT[ErrorNel, Requests, A]
  4. type Config = Endo[Request]
  5. type ErrorNel = NonEmptyList[Error]
  6. type InterpreterF[F[_]] = NaturalTransformation[RequestF, F]
  7. type Requests[A] = Free[RequestF, A]
  8. type Times[A] = WriterT[List[Time], scalaz.Id.Id, A]

Value Members

  1. def Action[E, A](a: Requests[\/[E, A]]): ActionE[E, A]
  2. val ActionMonad: Monad[Action]
  3. val ActionNelMonad: Monad[ActionNel]
  4. val ActionNelZipAp: Apply[ActionNel]
  5. def ActionZipAp[E](implicit arg0: Semigroup[E]): Apply[[α]EitherT[E, [A]Free[RequestF, A], α]]
  6. val RequestsMonad: Monad[Requests]
  7. def actionEMonad[E]: Monad[[α]EitherT[E, [A]Free[RequestF, A], α]]
  8. val emptyConfig: Config
  9. implicit def toActionEOps[E, A](a: ActionE[E, A]): ActionEOps[E, A]

Inherited from AnyRef

Inherited from Any

Ungrouped