Class

org.http4s.rho

RhoService

Related Doc: package rho

Permalink

class RhoService extends MethodAliases with ResponseGeneratorInstances with RoutePrependable[RhoService]

Constructor class for defining routes

The RhoService provides a convenient way to define routes in a style similar to scalatra etc by providing implicit conversions and an implicit CompileService inside the constructor.

val srvc = new RhoService {
  POST / "foo" / pathVar[Int] +? param[String]("param") |>> { (p1: Int, param: String) =>
    Ok("success")
  }
}
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RhoService
  2. RoutePrependable
  3. ResponseGeneratorInstances
  4. MethodAliases
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RhoService(routes: Seq[RhoRoute[_ <: HList]] = Vector.empty)

    Permalink

    routes

    Routes to prepend before elements in the constructor.

Type Members

  1. type ACCEPTED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  2. type ALREADYREPORTED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  3. type BADGATEWAY[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  4. type BADREQUEST[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  5. type CONFLICT[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  6. type CONTINUE = Result[EmptyRe, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  7. type CREATED[A] = Result[Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  8. type EXPECTATIONFAILED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  9. type FAILEDDEPENDENCY[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  10. type FORBIDDEN[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  11. type FOUND[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  12. type GATEWAYTIMEOUT[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  13. type GONE[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  14. type HTTPVERSIONNOTSUPPORTED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  15. type IMUSED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  16. type INSUFFICIENTSTORAGE[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  17. type INTERNALSERVERERROR[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  18. type LENGTHREQUIRED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  19. type LOCKED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  20. type LOOPDETECTED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  21. type METHODNOTALLOWED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  22. type MOVEDPERMANENTLY = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, EmptyRe, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  23. type MULTIPLECHOICES[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  24. type MULTISTATUS[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  25. type NETWORKAUTHENTICATIONREQUIRED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  26. type NOCONTENT = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, EmptyRe, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  27. type NONAUTHORITATIVEINFORMATION[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  28. type NOTACCEPTABLE[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  29. type NOTEXTENDED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  30. type NOTFOUND[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  31. type NOTIMPLEMENTED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  32. type NOTMODIFIED = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, EmptyRe, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  33. type OK[A] = Result[Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  34. type PARTIALCONTENT[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  35. type PAYLOADTOOLARGE[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  36. type PAYMENTREQUIRED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  37. type PERMANENTREDIRECT = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, EmptyRe, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  38. type PRECONDITIONFAILED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  39. type PRECONDITIONREQUIRED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  40. type PROCESSING = Result[Nothing, Nothing, EmptyRe, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  41. type PROXYAUTHENTICATIONREQUIRED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  42. type RANGENOTSATISFIABLE[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  43. type REQUESTHEADERFIELDSTOOLARGE[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  44. type REQUESTTIMEOUT[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  45. type RESETCONTENT = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, EmptyRe, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  46. type SEEOTHER[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  47. type SERVICEUNAVAILABLE[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  48. type SWITCHINGPROTOCOLS = Result[Nothing, EmptyRe, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  49. type TEMPORARYREDIRECT = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, EmptyRe, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  50. type TOOMANYREQUESTS[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  51. type UNAUTHORIZED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  52. type UNPROCESSABLEENTITY[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  53. type UNSUPPORTEDMEDIATYPE[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  54. type UPGRADEREQUIRED[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  55. type URITOOLONG[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  56. type USEPROXY[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  57. type VARIANTALSONEGOTIATES[A] = Result[Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, A, Nothing, Nothing, Nothing, Nothing]

    Permalink
    Definition Classes
    ResponseGeneratorInstances

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def /:(prefix: TypedPath[HNil]): RhoService

    Permalink

    Prepend the prefix to the path rules

    Prepend the prefix to the path rules

    prefix

    non-capturing prefix to prepend

    returns

    builder with the prefix prepended to the path rules

    Definition Classes
    RhoServiceRoutePrependable
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. object Accepted extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  6. object AlreadyReported extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  7. object BadGateway extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  8. object BadRequest extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  9. def CONNECT: Method with Default with NoBody

    Permalink
    Definition Classes
    MethodAliases
  10. object Conflict extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  11. object Continue extends EmptyResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  12. object Created extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  13. def DELETE: Method with Idempotent with NoBody

    Permalink
    Definition Classes
    MethodAliases
  14. object ExpectationFailed extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  15. object FailedDependency extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  16. object Forbidden extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  17. object Found extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  18. def GET: Method with Safe with NoBody

    Permalink
    Definition Classes
    MethodAliases
  19. object GatewayTimeout extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  20. object Gone extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  21. def HEAD: Method with Safe with NoBody

    Permalink
    Definition Classes
    MethodAliases
  22. object HttpVersionNotSupported extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  23. object IMUsed extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  24. object InsufficientStorage extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  25. object InternalServerError extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  26. object LengthRequired extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  27. object Locked extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  28. object LoopDetected extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  29. object MethodNotAllowed extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  30. object MovedPermanently extends LocationResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  31. object MultiStatus extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  32. object MultipleChoices extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  33. object NetworkAuthenticationRequired extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  34. object NoContent extends EmptyResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  35. object NonAuthoritativeInformation extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  36. object NotAcceptable extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  37. object NotExtended extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  38. object NotFound extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  39. object NotImplemented extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  40. object NotModified extends EmptyResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  41. def OPTIONS: Method with Safe with PermitsBody

    Permalink
    Definition Classes
    MethodAliases
  42. object Ok extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  43. def PATCH: Method with Default with PermitsBody

    Permalink
    Definition Classes
    MethodAliases
  44. def POST: Method with Default with PermitsBody

    Permalink
    Definition Classes
    MethodAliases
  45. def PUT: Method with Idempotent with PermitsBody

    Permalink
    Definition Classes
    MethodAliases
  46. object PartialContent extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  47. object PayloadTooLarge extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  48. object PaymentRequired extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  49. object PermanentRedirect extends LocationResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  50. object PreconditionFailed extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  51. object PreconditionRequired extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  52. object Processing extends EmptyResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  53. object ProxyAuthenticationRequired extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  54. object RangeNotSatisfiable extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  55. object RequestHeaderFieldsTooLarge extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  56. object RequestTimeout extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  57. object ResetContent extends EmptyResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  58. object SeeOther extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  59. object ServiceUnavailable extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  60. object SwitchingProtocols extends EmptyResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  61. def TRACE: Method with Safe with PermitsBody

    Permalink
    Definition Classes
    MethodAliases
  62. object TemporaryRedirect extends LocationResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  63. object TooManyRequests extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  64. object Unauthorized extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  65. object UnprocessableEntity extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  66. object UnsupportedMediaType extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  67. object UpgradeRequired extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  68. object UriTooLong extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  69. object UseProxy extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  70. object VariantAlsoNegotiates extends EntityResponseGenerator

    Permalink
    Definition Classes
    ResponseGeneratorInstances
  71. final def and(routes: Seq[RhoRoute[_ <: HList]]): RhoService

    Permalink

    Create a new RhoService by append the routes of the passed RhoService

    Create a new RhoService by append the routes of the passed RhoService

    routes

    Seq of RhoRoute's to be appended.

    returns

    A new RhoService that contains the provided routes appended the the routes contained in this service.

  72. final def and(other: RhoService): RhoService

    Permalink

    Create a new RhoService by appending the routes of the passed RhoService

    Create a new RhoService by appending the routes of the passed RhoService

    other

    RhoService whos routes are to be appended.

    returns

    A new RhoService that contains the routes of the other service appended the the routes contained in this service.

  73. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  74. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. implicit final val compileService: ServiceBuilder

    Permalink
    Attributes
    protected
  76. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  77. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  78. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  79. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  80. final def getRoutes(): Seq[RhoRoute[_ <: HList]]

    Permalink

    Get the collection of RhoRoute's accumulated so far

  81. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  82. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  83. final val logger: Logger

    Permalink
    Attributes
    protected
  84. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  85. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  86. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  87. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  88. final def toService(filter: RhoMiddleware = identity): HttpService

    Permalink

    Convert the RhoRoute's accumulated into a HttpService

  89. final def toString(): String

    Permalink
    Definition Classes
    RhoService → AnyRef → Any
  90. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  91. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  92. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RoutePrependable[RhoService]

Inherited from MethodAliases

Inherited from AnyRef

Inherited from Any

Ungrouped