All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4s.AuthScheme.scala Maven / Gradle / Ivy

package org.http4s

import org.http4s.syntax.string._

object AuthScheme {
  val Basic = "Basic".ci
  val Digest = "Digest".ci
  val Bearer = "Bearer".ci
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy