Packages

p

quasar

server

package server

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

Type Members

  1. final case class CliOptions(cmd: Cmd, config: slamdata.Predef.Option[slamdata.Predef.String], loadConfig: \/[File, slamdata.Predef.List[(slamdata.Predef.String, Seq[File])]], contentLoc: slamdata.Predef.Option[slamdata.Predef.String], contentPath: slamdata.Predef.Option[slamdata.Predef.String], contentPathRelative: slamdata.Predef.Boolean, openClient: slamdata.Predef.Boolean, port: slamdata.Predef.Option[slamdata.Predef.Int], recordedExecutions: Natural) extends Product with Serializable

    Command-line options supported by Quasar.

  2. final case class StaticContent(loc: slamdata.Predef.String, path: slamdata.Predef.String) extends Product with Serializable

    Describes the virtual and physical location of static content served by Quasar.

Value Members

  1. def qErrsToResponseT[F[_]](implicit arg0: Monad[F]): ~>[QErrs, [β$0$]EitherT[F, FailedResponse, β$0$]]
  2. object CliOptions extends Serializable
  3. object Http4sUtils
  4. object PortChangingServer

    A server that can change ports on which it is serving clients when requested to do so.

    A server that can change ports on which it is serving clients when requested to do so. A known limitation is that this server will always fail to send a response to a request makes use of restart function.

  5. object Server
  6. object StaticContent extends Serializable
  7. object control
  8. object info

Inherited from AnyRef

Inherited from Any

Ungrouped