
org.http4s.AuthScheme.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http4s-core_2.11 Show documentation
Show all versions of http4s-core_2.11 Show documentation
Core http4s library for servers and clients
package org.http4s
import util.string._
object AuthScheme {
val Basic = "Basic".ci
val Digest = "Digest".ci
val Bearer = "Bearer".ci
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy