skinny.micro

contrib

package contrib

Visibility
  1. Public
  2. All

Type Members

  1. trait CORSSupport extends AnyRef

    CORS(Cross-Origin Resource Sharing) Support.

  2. trait CSRFTokenSupport extends AnyRef

    Provides cross-site request forgery protection.

  3. trait ChunkedResponseSupport extends AnyRef

    Chunked Response (Transfer-Encoding: chunked).

  4. trait FileUploadSupport extends SkinnyMicroBase with HasMultipartConfig

    FileUploadSupport can be mixed into a skinny.micro.SkinnyMicroServlet to provide easy access to data submitted as part of a multipart HTTP request.

  5. trait FlashMapSupport extends Handler with ServletContextAccessor with SkinnyContextInitializer with UnstableAccessValidationConfig with ServletApiImplicits with SessionImplicits

    Allows an action to set key-value pairs in a transient state that is accessible only to the next action and is expired immediately after that.

  6. trait I18nSupport extends AnyRef

    i18n support.

  7. trait UnsecuredRequestRedirector extends Handler with ServletApiImplicits

    Redirects unsecured requests to the corresponding secure URL.

  8. class XContentTypeOptionsNosniffHeaderSupport extends AnyRef

    X-Content-Type-Options header support.

  9. trait XFrameOptionsHeaderSupport extends AnyRef

    X-Frame-Options header support

  10. trait XSRFTokenSupport extends AnyRef

    Provides cross-site request forgery protection.

  11. trait XXSSProtectionHeaderSupport extends AnyRef

    X-XSS-Protection header support

Value Members

  1. object CSRFTokenSupport

  2. object FileUploadSupport

  3. object FlashMapSupport

  4. object I18nSupport

  5. object XSRFTokenSupport

  6. package csrf

  7. package flash

  8. package i18n

Ungrouped