Package

lol.http

internal

Permalink

package internal

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

Type Members

  1. case class Cancellable[A](io: IO[A], cancel: () ⇒ Unit = () => ()) extends Product with Serializable

    Permalink

Value Members

  1. def extract(url: String): (String, String, Int, String, Option[String])

    Permalink
  2. def guessContentType(fileName: String): String

    Permalink
  3. def timeout[A](a: ⇒ A, duration: FiniteDuration)(implicit ec: ExecutionContext): Future[A]

    Permalink
  4. lazy val timer: Timer

    Permalink
  5. def withTimeout[A](a: IO[A], duration: FiniteDuration, onTimeout: () ⇒ Unit = () => ())(implicit e: ExecutionContext): IO[A]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped