p

hammock

package hammock

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

Type Members

  1. trait Codec [A] extends AnyRef
  2. class CodecException extends Throwable
  3. trait Default [A] extends Serializable

    Typeclass for types with a default value.

    Typeclass for types with a default value. In conjunction with a Semigroup, a Monoid for the type can be mechanically derived.

  4. implicit class HttpRequestIOSyntax [A] extends AnyRef
  5. case class HttpResponse (status: Status, headers: Map[String, String], content: String) extends Product with Serializable
  6. implicit class HttpResponseMonadErrorAs [F[_]] extends AnyRef
  7. trait Method extends AnyRef
  8. case class Status (code: Int, text: String, description: String) extends Product with Serializable
  9. case class Uri (scheme: Option[Scheme] = None, authority: Option[Authority] = None, path: String = "", query: Map[String, String] = Map(), fragment: Option[Fragment] = None) extends Product with Serializable

Value Members

  1. object Codec
  2. object CodecException extends Serializable
  3. object Default extends Serializable
  4. object Hammock
  5. object HttpResponse extends Serializable
  6. object Method
  7. object Status extends Serializable
  8. object Uri extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped