skinny

micro

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Action = () ⇒ Any

  2. type ActionResult = micro.response.ActionResult

  3. type AppBase = SkinnyMicroBase

  4. type AsyncAction = (Context) ⇒ Any

  5. type AsyncResult = micro.async.AsyncResult

  6. type AsyncSingleApp = AsyncSkinnyMicroServlet

  7. type AsyncWebApp = AsyncSkinnyMicroFilter

  8. type ContentTypeInferrer = PartialFunction[Any, String]

  9. type Context = SkinnyContext

  10. type Cookie = micro.cookie.Cookie

  11. type CookieOptions = micro.cookie.CookieOptions

  12. type ErrorHandler = PartialFunction[Throwable, Any]

  13. type MultiParams = MultiMap

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

  15. type RenderPipeline = PartialFunction[Any, Any]

  16. type ResponseStatus = micro.response.ResponseStatus

  17. type SingleApp = SkinnyMicroServlet

  18. type TypedAsyncSingleApp = TypedAsyncSkinnyMicroServlet

  19. type TypedAsyncWebApp = TypedAsyncSkinnyMicroFilter

  20. type TypedSingleApp = TypedSkinnyMicroServlet

  21. type TypedWebApp = TypedSkinnyMicroFilter

  22. type WebApp = SkinnyMicroFilter

Value Members

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

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

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

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

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

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

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

  8. val Cookie: micro.cookie.Cookie.type

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

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

  11. val EnvironmentKey: String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  27. val MultiParamsKey: String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  62. package contrib

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

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

    Definition Classes
    HaltPassControl
  65. def pass(): Nothing

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

Inherited from HaltPassControl

Inherited from AnyRef

Inherited from Any

Ungrouped