Package

hammock

hi

Permalink

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. All

Type Members

  1. sealed trait Auth extends AnyRef

    Permalink
  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

    Permalink
  3. trait DateFormatter extends AnyRef

    Permalink
  4. case class Opts(auth: Option[Auth], headers: Map[String, String], cookies: Option[List[Cookie]]) extends Product with Serializable

    Permalink
  5. implicit class opts2OptsSyntax extends AnyRef

    Permalink

Value Members

  1. object Auth

    Permalink
  2. object Cookie extends Serializable

    Permalink
  3. object Opts extends Serializable

    Permalink
  4. def auth(a: Auth): (Opts) ⇒ Opts

    Permalink
  5. def cookie(cookie: Cookie): (Opts) ⇒ Opts

    Permalink
  6. def cookies(cookies: List[Cookie]): (Opts) ⇒ Opts

    Permalink
  7. def cookies_!(cookies: List[Cookie]): (Opts) ⇒ Opts

    Permalink
  8. def header(header: (String, String)): (Opts) ⇒ Opts

    Permalink
  9. def headers(headers: Map[String, String]): (Opts) ⇒ Opts

    Permalink
  10. def headers_!(headers: Map[String, String]): (Opts) ⇒ Opts

    Permalink
  11. object platformspecific

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped