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
Learn more about member selection
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.

  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 HttpResponseSyncAs[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] = scala.None, authority: Option[Authority] = scala.None, path: String = "", query: Map[String, String] = ..., fragment: Option[Fragment] = scala.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

  9. package free

  10. package hi

  11. package js

Inherited from AnyRef

Inherited from Any

Ungrouped