Package

io.youi.server

chain

Permalink

package chain

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. chain
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class HttpChain extends HttpLink

    Permalink
  2. trait HttpLink extends HttpHandler

    Permalink
  3. sealed trait Result extends AnyRef

    Permalink

Value Members

  1. object Continue extends Result with Product with Serializable

    Permalink
  2. object Stop extends Result with Product with Serializable

    Permalink
  3. def ip(allow: Seq[String] = Nil, deny: Seq[String] = Nil): IPAddressLink

    Permalink
  4. def ipAllow(allow: String*): IPAddressLink

    Permalink
  5. def ipDeny(deny: String*): IPAddressLink

    Permalink
  6. def method(allow: Seq[Method] = Nil, deny: Seq[Method] = Nil): MethodLink

    Permalink
  7. def methodAllow(allow: Method*): MethodLink

    Permalink
  8. def methodDeny(deny: Method*): MethodLink

    Permalink
  9. def path(allow: Seq[String] = Nil, deny: Seq[String] = Nil): PathLink

    Permalink
  10. def pathAllow(allow: String*): PathLink

    Permalink
  11. def pathDeny(deny: String*): PathLink

    Permalink
  12. def respond(content: Content, contentType: ContentType, status: Status = Status.OK): RespondLink

    Permalink
  13. implicit def string2Content(value: String): Content

    Permalink
  14. implicit def xml2Content(value: Elem): Content

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped