Package

fr.hmil

roshttp

Permalink

package roshttp

Visibility
  1. Public
  2. All

Type Members

  1. class BackendConfig extends AnyRef

    Permalink

    Low-level configuration for the HTTP client backend

  2. final class HttpRequest extends AnyRef

    Permalink

    Builds an HTTP request.

    Builds an HTTP request.

    The request is sent using send. A request can be sent multiple times.

  3. final class Method extends AnyRef

    Permalink

    Wraps HTTP method strings.

  4. 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 BackendConfig

    Permalink
  2. object ByteBufferChopper

    Permalink
  3. object HttpRequest

    Permalink
  4. object Method

    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.

  5. object Protocol extends Serializable

    Permalink
  6. package body

    Permalink
  7. package exceptions

    Permalink
  8. package response

    Permalink
  9. package util

    Permalink

Ungrouped