skinny.micro

control

package control

Visibility
  1. Public
  2. All

Type Members

  1. case class HaltException(status: Option[Int], reason: Option[String], headers: Map[String, String], body: Any) extends Throwable with NoStackTrace with Product with Serializable

    Represents halt operations at skinny.

  2. trait HaltPassControl extends AnyRef

    A collection of methods that affect the control flow of routes.

  3. class PassException extends Throwable with NoStackTrace

    Represents pass operations at skinny.

Ungrouped