ba.sake.sharaf

package ba.sake.sharaf

Members list

Type members

Classlikes

class NotFoundException(val name: String) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final class Path(val segments: Seq[String])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Path

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Path.type
final class Request(ex: HttpServerExchange)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Request

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Request.type
sealed trait Resource

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Resource

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Resource.type
case class Response[T]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Response

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Response.type
trait ResponseWritable[T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
class SharafException(msg: String) extends Exception

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Types

type RequestParams = (HttpString, Path)
type Routes = Request ?=> PartialFunction[RequestParams, Response[_]]