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

skinny.controller.Constants.scala Maven / Gradle / Ivy

The newest version!
package skinny.controller

/**
 * Constants expected to use in the core part of Skinny framework.
 */
object Constants {

  /**
   * To save the HTTP method into route's metadata.
   */
  val RouteMetadataHttpMethodCacheKey: Symbol = 'HttpMethodSavedBySkinnyFramework

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy