Package

refuel.http

io

Permalink

package io

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

Type Members

  1. trait HttpResultTask[T] extends JacksonParser

    Permalink
  2. case class HttpRetryRevolver(maxRetry: Int) extends Injector with Product with Serializable

    Permalink
  3. sealed class HttpRunner[T] extends JacksonParser

    Permalink
  4. trait JacksonParser extends Injector

    Permalink
  5. class MethodType[T] extends AnyRef

    Permalink

Value Members

  1. implicit object CONNECT extends MethodType[CONNECT] with Product with Serializable

    Permalink
  2. implicit object DELETE extends MethodType[DELETE] with Product with Serializable

    Permalink
  3. implicit object GET extends MethodType[GET] with Product with Serializable

    Permalink
  4. implicit object HEAD extends MethodType[HEAD] with Product with Serializable

    Permalink
  5. object Http extends Injector

    Permalink
  6. object HttpMethod

    Permalink
  7. object JacksonParser

    Permalink
  8. implicit object OPTIONS extends MethodType[OPTIONS] with Product with Serializable

    Permalink
  9. implicit object PATCH extends MethodType[PATCH] with Product with Serializable

    Permalink
  10. implicit object POST extends MethodType[POST] with Product with Serializable

    Permalink
  11. implicit object PUT extends MethodType[PUT] with Product with Serializable

    Permalink
  12. implicit object TRACE extends MethodType[TRACE] with Product with Serializable

    Permalink
  13. package setting

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped