Packages

package dsl

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

Type Members

  1. type / = PathAndQuery./
  2. type :& = PathAndQuery.:&
  3. type :? = PathAndQuery.:?
  4. trait BodyFactory[F[_], A, B] extends AnyRef
  5. trait EmptyBodyFactory[A] extends AnyRef
  6. trait JsonCodec[J] extends AnyRef

Value Members

  1. final val *&: PathAndQuery.*&.type
  2. final val /: PathAndQuery./.type
  3. final val :&: PathAndQuery.:&.type
  4. final val :?: PathAndQuery.:?.type
  5. final val :?*: PathAndQuery.:?*.type
  6. final val Root: PathAndQuery.Root.type
  7. def request[F[_], A, B](method: Method, pq: PathAndQuery, source: A, headers: Map[String, String])(implicit arg0: Effect[F], bf: BodyFactory[F, A, B]): F[Request[B]]
  8. def request[F[_], A, B](method: Method, pq: PathAndQuery, source: A)(implicit arg0: Effect[F], bf: BodyFactory[F, A, B]): F[Request[B]]
  9. def request[F[_], B](method: Method, pq: PathAndQuery)(implicit arg0: Effect[F], bf: EmptyBodyFactory[B]): F[Request[B]]
  10. def response[F[_], A, B](source: A, status: Status = Status.Ok, headers: Map[String, String] = Map.empty)(implicit arg0: Effect[F], bf: BodyFactory[F, A, B]): F[Response[B]]
  11. object ->
  12. object BodyFactory

Inherited from AnyRef

Inherited from Any

Ungrouped