All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skinny.engine.AsyncFeatures.scala Maven / Gradle / Ivy

The newest version!
package skinny.engine

import skinny.engine.async.{ AsyncBeforeAfterDsl, AsyncSupport }
import skinny.engine.routing.AsyncRoutingDsl

/**
 * Built-in features in SkinnyEngineFilter/SkinnyEngineServlet.
 * These traits should not be mixed in SkinnyEngineBase.
 */
trait AsyncFeatures
    extends AsyncSupport
    with AsyncRoutingDsl
    with AsyncBeforeAfterDsl { self: SkinnyEngineBase =>

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy