Package

quasar

server

Permalink

package server

Linear Supertypes
AnyRef, Any
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], 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]) extends Product with Serializable

    Permalink

    Command-line options supported by Quasar.

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

    Permalink

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

Value Members

  1. object CliOptions extends Serializable

    Permalink
  2. object Http4sUtils

    Permalink
  3. object Server

    Permalink
  4. object StaticContent extends Serializable

    Permalink
  5. object control

    Permalink
  6. object info

    Permalink
  7. def qErrsToResponseIOT[F[_]](implicit arg0: Monad[F]): ~>[QErrs, [β$0$]EitherT[F, Task[Response], β$0$]]

    Permalink
  8. val qErrsToResponseOr: ~>[QErrs, ResponseOr]

    Permalink

    Interprets errors into Responses, for use in web services.

Inherited from AnyRef

Inherited from Any

Ungrouped