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 Cookie = micro.cookie.Cookie

    Permalink
  11. type CookieOptions = micro.cookie.CookieOptions

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

    Permalink
  13. type MultiParams = MultiMap

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

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

    Permalink
  16. type ResponseStatus = micro.response.ResponseStatus

    Permalink
  17. type SingleApp = SkinnyMicroServlet

    Permalink
  18. type TypedAsyncSingleApp = TypedAsyncSkinnyMicroServlet

    Permalink
  19. type TypedAsyncWebApp = TypedAsyncSkinnyMicroFilter

    Permalink
  20. type TypedSingleApp = TypedSkinnyMicroServlet

    Permalink
  21. type TypedWebApp = TypedSkinnyMicroFilter

    Permalink
  22. 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 Cookie: micro.cookie.Cookie.type

    Permalink
  9. val CookieOptions: micro.cookie.CookieOptions.type

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

    Permalink
  11. val EnvironmentKey: String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  27. val MultiParamsKey: String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  62. package contrib

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

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

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

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

    Permalink

Inherited from HaltPassControl

Inherited from AnyRef

Inherited from Any

Ungrouped