fr.hmil

roshttp

package roshttp

Visibility
  1. Public
  2. All

Type Members

  1. class HeaderMap[B >: String] extends Map[String, B] with MapLike[String, B, HeaderMap[B]]

    A set of HTTP headers identified by case insensitive keys

  2. class HttpNetworkError extends IOException

    Exception thrown when an error occurs during an HTTP request.

  3. final class HttpRequest extends AnyRef

    Builds an HTTP request.

  4. class HttpResponse extends AnyRef

    An HTTP response obtained via an HttpRequest

  5. class HttpResponseError extends IOException

    Exception thrown when an error occurs during an HTTP request.

  6. final class Method extends AnyRef

    Wraps HTTP method strings.

  7. final case class Protocol extends Product with Serializable

    Defines the protocol used.

Value Members

  1. object HeaderMap

  2. object HttpRequest

  3. object HttpResponseError extends Serializable

  4. object Method

    Exposes available methods as object as well as an implicit conversion from string to Method objects.

  5. object Protocol extends Serializable

  6. package body

Ungrouped