Packages

package hi

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. hi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Auth extends AnyRef
  2. case class Cookie(name: String, value: String, expires: Option[ZonedDateTime] = scala.None, maxAge: Option[Int] = scala.None, domain: Option[String] = scala.None, path: Option[String] = scala.None, secure: Option[Boolean] = scala.None, httpOnly: Option[Boolean] = scala.None, sameSite: Option[SameSite] = scala.None, custom: Option[Map[String, String]] = scala.None) extends Product with Serializable
  3. trait DateFormatter extends AnyRef
  4. case class Opts(auth: Option[Auth], headers: Map[String, String], cookies: Option[List[Cookie]]) extends Product with Serializable
  5. implicit class opts2OptsSyntax extends AnyRef

Value Members

  1. def auth(a: Auth): (Opts) => Opts
  2. def cookie(cookie: Cookie): (Opts) => Opts
  3. def cookies(cookies: List[Cookie]): (Opts) => Opts
  4. def cookies_!(cookies: List[Cookie]): (Opts) => Opts
  5. def header(header: (String, String)): (Opts) => Opts
  6. def headers(headers: Map[String, String]): (Opts) => Opts
  7. def headers_!(headers: Map[String, String]): (Opts) => Opts
  8. object Auth
  9. object Cookie extends Serializable
  10. object Opts extends Serializable
  11. object platformspecific

Inherited from AnyRef

Inherited from Any

Ungrouped