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

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

There is a newer version: 2.5.2
Show newest version
package skinny.controller

import skinny.micro.AsyncSkinnyMicroServlet

/**
 * Skinny Servlet Controller for REST APIs.
 *
 * NOTICE: If you'd like to disable Set-Cookie header for session id, configure in web.xml
 */
trait AsyncSkinnyApiServlet
  extends AsyncSkinnyMicroServlet
  with AsyncSkinnyControllerBase




© 2015 - 2025 Weber Informatics LLC | Privacy Policy