Package

fr.hmil

scalahttp

Permalink

package scalahttp

Visibility
  1. Public
  2. All

Type Members

  1. final case class Method extends Product with Serializable

    Permalink

    Wraps HTTP method strings.

  2. final case class Protocol extends Product with Serializable

    Permalink

    Defines the protocol used.

    Defines the protocol used.

    When setting a protocol from a string, we want to preserve the initial case such as not to alter the url.

Value Members

  1. object Method extends Serializable

    Permalink

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

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

    Because all backends do not support all methods, this library imposes a subset of all available HTTP Methods. Should you find a use case for this library with other HTTP methods, please submit an issue with your motivation.

  2. object Protocol extends Serializable

    Permalink
  3. package body

    Permalink
  4. package client

    Permalink

Ungrouped