Package

skinny.micro

response

Permalink

package response

Visibility
  1. Public
  2. All

Type Members

  1. case class ActionResult(status: ResponseStatus, body: Any, headers: Map[String, String] = Map.empty, contentType: Option[String] = None, charset: Option[String] = None, cookies: Seq[cookie.Cookie] = Seq.empty) extends Product with Serializable

    Permalink

    skinny.micro's action result.

  2. case class ResponseStatus(code: Int, message: String) extends Ordered[ResponseStatus] with Product with Serializable

    Permalink

    Response status.

  3. case class RichResponse(res: HttpServletResponse) extends Product with Serializable

    Permalink

    Rich Servlet response.

Value Members

  1. object Accepted extends ActionResult

    Permalink
  2. object AlreadyReported extends ActionResult

    Permalink
  3. object BadGateway extends ActionResult

    Permalink
  4. object BadRequest extends ActionResult

    Permalink
  5. object Conflict extends ActionResult

    Permalink
  6. object Created extends ActionResult

    Permalink
  7. object ExpectationFailed extends ActionResult

    Permalink
  8. object FailedDependency extends ActionResult

    Permalink
  9. object Forbidden extends ActionResult

    Permalink
  10. object Found

    Permalink
  11. object GatewayTimeout extends ActionResult

    Permalink
  12. object Gone extends ActionResult

    Permalink
  13. object HTTPVersionNotSupported extends ActionResult

    Permalink
  14. object IMUsed extends ActionResult

    Permalink
  15. object InsufficientStorage extends ActionResult

    Permalink
  16. object InternalServerError extends ActionResult

    Permalink
  17. object LengthRequired extends ActionResult

    Permalink
  18. object Locked extends ActionResult

    Permalink
  19. object LoopDetected extends ActionResult

    Permalink
  20. object MethodNotAllowed extends ActionResult

    Permalink
  21. object MovedPermanently

    Permalink
  22. object MultiStatus extends ActionResult

    Permalink
  23. object MultipleChoices extends ActionResult

    Permalink
  24. object NetworkAuthenticationRequired extends ActionResult

    Permalink
  25. object NoContent extends ActionResult

    Permalink
  26. object NonAuthoritativeInformation extends ActionResult

    Permalink
  27. object NotAcceptable extends ActionResult

    Permalink
  28. object NotExtended extends ActionResult

    Permalink
  29. object NotFound extends ActionResult

    Permalink
  30. object NotImplemented extends ActionResult

    Permalink
  31. object NotModified extends ActionResult

    Permalink
  32. object Ok extends ActionResult

    Permalink
  33. object PartialContent extends ActionResult

    Permalink
  34. object PaymentRequired extends ActionResult

    Permalink
  35. object PermanentRedirect

    Permalink
  36. object PreconditionFailed extends ActionResult

    Permalink
  37. object PreconditionRequired extends ActionResult

    Permalink
  38. object ProxyAuthenticationRequired extends ActionResult

    Permalink
  39. object RequestEntityTooLarge extends ActionResult

    Permalink
  40. object RequestHeaderFieldsTooLarge extends ActionResult

    Permalink
  41. object RequestTimeout extends ActionResult

    Permalink
  42. object RequestURITooLong extends ActionResult

    Permalink
  43. object RequestedRangeNotSatisfiable extends ActionResult

    Permalink
  44. object ResetContent extends ActionResult

    Permalink
  45. object ResponseStatus extends Serializable

    Permalink
  46. object SeeOther

    Permalink
  47. object ServiceUnavailable extends ActionResult

    Permalink
  48. object TemporaryRedirect

    Permalink
  49. object TooManyRequests extends ActionResult

    Permalink
  50. object Unauthorized extends ActionResult

    Permalink
  51. object UnprocessableEntity extends ActionResult

    Permalink
  52. object UnsupportedMediaType extends ActionResult

    Permalink
  53. object UpgradeRequired extends ActionResult

    Permalink
  54. object UseProxy

    Permalink
  55. object VariantAlsoNegotiates extends ActionResult

    Permalink

Ungrouped