net.ivoah.vial
package net.ivoah.vial
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class Request(headers: Map[String, Seq[String]], params: Map[String, String], body: Array[Byte])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Response
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Main entry point of a vial application.
Main entry point of a vial application.
Takes either a host/port combo, or the path to a unix domain socket.
Value parameters
- host
-
host address to bind to, defaults to "127.0.0.1", ignored if
socket
is present. - port
-
port to bind to, defaults to 8000, ignored if
socket
is present. - router
-
the router to use
- socket
-
path to unix domain socket, optional.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article