gigahorse.AuthScheme.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gigahorse-core_2.13 Show documentation
Show all versions of gigahorse-core_2.13 Show documentation
Gigahorse is an HTTP client for Scala with multiple backend support.
The newest version!
/**
* This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]].
*/
// DO NOT EDIT MANUALLY
package gigahorse
sealed abstract class AuthScheme extends Serializable
object AuthScheme {
case object Basic extends AuthScheme
case object Digest extends AuthScheme
case object NTLM extends AuthScheme
case object SPNEGO extends AuthScheme
case object Kerberos extends AuthScheme
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy