Package

skinny

micro

Permalink

package micro

Linear Supertypes
HaltPassControl, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. micro
  2. HaltPassControl
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Action = () ⇒ Any

    Permalink
  2. type ActionResult = micro.response.ActionResult

    Permalink
  3. type AppBase = SkinnyMicroBase

    Permalink
  4. type AsyncAction = (Context) ⇒ Any

    Permalink
  5. type AsyncResult = micro.async.AsyncResult

    Permalink
  6. type AsyncSingleApp = AsyncSkinnyMicroServlet

    Permalink
  7. type AsyncWebApp = AsyncSkinnyMicroFilter

    Permalink
  8. type ContentTypeInferrer = PartialFunction[Any, String]

    Permalink
  9. type Context = SkinnyContext

    Permalink
  10. type ErrorHandler = PartialFunction[Throwable, Any]

    Permalink
  11. type MultiParams = MultiMap

    Permalink
  12. type Params = MultiMapHeadView[String, String] with MapWithIndifferentAccess[String]

    Permalink
  13. type RenderPipeline = PartialFunction[Any, Any]

    Permalink
  14. type ResponseStatus = micro.response.ResponseStatus

    Permalink
  15. type SingleApp = SkinnyMicroServlet

    Permalink
  16. type WebApp = SkinnyMicroFilter

    Permalink

Value Members

  1. val Accepted: micro.response.Accepted.type

    Permalink
  2. val ActionResult: micro.response.ActionResult.type

    Permalink
  3. val AlreadyReported: micro.response.AlreadyReported.type

    Permalink
  4. val AsyncResult: micro.async.AsyncResult.type

    Permalink
  5. val BadGateway: micro.response.BadGateway.type

    Permalink
  6. val BadRequest: micro.response.BadRequest.type

    Permalink
  7. val Conflict: micro.response.Conflict.type

    Permalink
  8. val Created: micro.response.Created.type

    Permalink
  9. val EnvironmentKey: String

    Permalink
  10. val ExpectationFailed: micro.response.ExpectationFailed.type

    Permalink
  11. val FailedDependency: micro.response.FailedDependency.type

    Permalink
  12. val Forbidden: micro.response.Forbidden.type

    Permalink
  13. val Found: micro.response.Found.type

    Permalink
  14. val GatewayTimeout: micro.response.GatewayTimeout.type

    Permalink
  15. val Gone: micro.response.Gone.type

    Permalink
  16. val HTTPVersionNotSupported: micro.response.HTTPVersionNotSupported.type

    Permalink
  17. val IMUsed: micro.response.IMUsed.type

    Permalink
  18. val InsufficientStorage: micro.response.InsufficientStorage.type

    Permalink
  19. val InternalServerError: micro.response.InternalServerError.type

    Permalink
  20. val LengthRequired: micro.response.LengthRequired.type

    Permalink
  21. val Locked: micro.response.Locked.type

    Permalink
  22. val LoopDetected: micro.response.LoopDetected.type

    Permalink
  23. val MethodNotAllowed: micro.response.MethodNotAllowed.type

    Permalink
  24. val MovedPermanently: micro.response.MovedPermanently.type

    Permalink
  25. val MultiParamsKey: String

    Permalink
  26. val MultiStatus: micro.response.MultiStatus.type

    Permalink
  27. val MultipleChoices: micro.response.MultipleChoices.type

    Permalink
  28. val NetworkAuthenticationRequired: micro.response.NetworkAuthenticationRequired.type

    Permalink
  29. val NoContent: micro.response.NoContent.type

    Permalink
  30. val NonAuthoritativeInformation: micro.response.NonAuthoritativeInformation.type

    Permalink
  31. val NotAcceptable: micro.response.NotAcceptable.type

    Permalink
  32. val NotExtended: micro.response.NotExtended.type

    Permalink
  33. val NotFound: micro.response.NotFound.type

    Permalink
  34. val NotImplemented: micro.response.NotImplemented.type

    Permalink
  35. val NotModified: micro.response.NotModified.type

    Permalink
  36. val Ok: micro.response.Ok.type

    Permalink
  37. val PartialContent: micro.response.PartialContent.type

    Permalink
  38. val PaymentRequired: micro.response.PaymentRequired.type

    Permalink
  39. val PermanentRedirect: micro.response.PermanentRedirect.type

    Permalink
  40. val PreconditionFailed: micro.response.PreconditionFailed.type

    Permalink
  41. val PreconditionRequired: micro.response.PreconditionRequired.type

    Permalink
  42. val ProxyAuthenticationRequired: micro.response.ProxyAuthenticationRequired.type

    Permalink
  43. val RequestEntityTooLarge: micro.response.RequestEntityTooLarge.type

    Permalink
  44. val RequestHeaderFieldsTooLarge: micro.response.RequestHeaderFieldsTooLarge.type

    Permalink
  45. val RequestTimeout: micro.response.RequestTimeout.type

    Permalink
  46. val RequestURITooLong: micro.response.RequestURITooLong.type

    Permalink
  47. val RequestedRangeNotSatisfiable: micro.response.RequestedRangeNotSatisfiable.type

    Permalink
  48. val ResetContent: micro.response.ResetContent.type

    Permalink
  49. val ResponseStatus: micro.response.ResponseStatus.type

    Permalink
  50. val SeeOther: micro.response.SeeOther.type

    Permalink
  51. val ServiceUnavailable: micro.response.ServiceUnavailable.type

    Permalink
  52. val TemporaryRedirect: micro.response.TemporaryRedirect.type

    Permalink
  53. val TooManyRequests: micro.response.TooManyRequests.type

    Permalink
  54. val Unauthorized: micro.response.Unauthorized.type

    Permalink
  55. val UnprocessableEntity: micro.response.UnprocessableEntity.type

    Permalink
  56. val UnsupportedMediaType: micro.response.UnsupportedMediaType.type

    Permalink
  57. val UpgradeRequired: micro.response.UpgradeRequired.type

    Permalink
  58. val UseProxy: micro.response.UseProxy.type

    Permalink
  59. val VariantAlsoNegotiates: micro.response.VariantAlsoNegotiates.type

    Permalink
  60. package contrib

    Permalink
  61. def halt(result: micro.response.ActionResult): Nothing

    Permalink
    Definition Classes
    HaltPassControl
  62. def halt[T](status: Integer, body: T, headers: Map[String, String], reason: String)(implicit arg0: Manifest[T]): Nothing

    Permalink
    Definition Classes
    HaltPassControl
  63. def pass(): Nothing

    Permalink
    Definition Classes
    HaltPassControl
  64. def using[R <: Closable, A](resource: R)(f: (R) ⇒ A): A

    Permalink

Inherited from HaltPassControl

Inherited from AnyRef

Inherited from Any

Ungrouped