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

skinny.micro.ThreadLocalFeatures.scala Maven / Gradle / Ivy

package skinny.micro

import skinny.micro.base.{ MainThreadLocalEverywhere, BeforeAfterDsl }
import skinny.micro.routing.RoutingDsl

/**
 * Built-in features in SkinnyMicroFilter/SkinnyMicroServlet.
 * These traits should not be mixed in SkinnyMicroBase.
 */
trait ThreadLocalFeatures
  extends MainThreadLocalEverywhere
  with RoutingDsl
  with BeforeAfterDsl { self: SkinnyMicroBase =>

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy