Package

hammock

Permalink

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

    Permalink
  2. class CodecException extends Throwable

    Permalink
  3. trait Default[A] extends Serializable

    Permalink

    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

    Permalink
  5. case class HttpResponse(status: Status, headers: Map[String, String], content: String) extends Product with Serializable

    Permalink
  6. implicit class HttpResponseSyncAs[F[_]] extends AnyRef

    Permalink
  7. trait Method extends AnyRef

    Permalink
  8. case class Status(code: Int, text: String, description: String) extends Product with Serializable

    Permalink
  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

    Permalink

Value Members

  1. object Codec

    Permalink
  2. object CodecException extends Serializable

    Permalink
  3. object Default extends Serializable

    Permalink
  4. object Hammock

    Permalink
  5. object HttpResponse extends Serializable

    Permalink
  6. object Method

    Permalink
  7. object Status extends Serializable

    Permalink
  8. object Uri extends Serializable

    Permalink
  9. package free

    Permalink
  10. package hi

    Permalink
  11. package jvm

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped