p

coursier

package coursier

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class AuthOptions (user: String = "", password: String = "", realm: String = "") extends Product with Serializable
  2. final case class HttpServerOptions (auth: AuthOptions = AuthOptions(), verbosity: VerbosityOptions = VerbosityOptions(), directory: String = ".", host: String = "0.0.0.0", port: Int = 8080, acceptPost: Boolean = false, acceptPut: Boolean = false, acceptWrite: Boolean = false, listPages: Boolean = false) extends Product with Serializable
  3. final case class VerbosityOptions (verbose: @@[Int, Counter] = Tag.of(0), quiet: Boolean = false) extends Product with Serializable

Value Members

  1. object HttpServer
  2. object HttpServerApp extends ServerApp

Ungrouped