![JAR search and dependency download from the Maven repository](/logo.png)
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