p
coursier
package coursier
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class AuthOptions(user: String = "", password: String = "", realm: String = "") extends Product with Serializable
- 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, timeout: Option[String] = None) extends Product with Serializable
- final case class VerbosityOptions(verbose: @@[Int, Counter] = Tag.of(0), quiet: Boolean = false) extends Product with Serializable
Value Members
- object HttpServer
- object HttpServerApp extends ServerApp