Packages

p

one.xingyi.utils

endpoint

package endpoint

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait ChainKleisli [M[_], Fail] extends AnyRef
  2. case class EndPoint [M[_], Req, Res](normalisedPath: String, matchesServiceRequest: MatchesServiceRequest)(kleisli: (Req) ⇒ M[Res])(implicit evidence$3: Monad[M], fromServiceRequest: FromServiceRequest[M, Req], toServiceResponse: ToServiceResponse[Res]) extends PartialFunction[ServiceRequest, M[Option[ServiceResponse]]] with Product with Serializable
  3. trait EndpointKleisli [M[_]] extends AnyRef
  4. case class FixedPathAndVerb (method: Method) extends MatchesServiceRequest with Product with Serializable
  5. case class IdAtEndAndVerb (method: Method) extends MatchesServiceRequest with Product with Serializable
  6. trait MatchesServiceRequest extends AnyRef

Value Members

  1. object MatchesServiceRequest

Ungrouped