Object

skinny.http

HTTP

Related Doc: package http

Permalink

object HTTP extends Logging

HTTP/1.1

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HTTP
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type EC = ExecutionContext

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val DEFAULT_CHARSET: String

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def asyncDelete(url: String)(implicit ctx: EC): Future[Response]

    Permalink
  7. def asyncDelete(req: Request)(implicit ctx: EC): Future[Response]

    Permalink
  8. def asyncGet(url: String, queryParams: (String, Any)*)(implicit ctx: EC): Future[Response]

    Permalink
  9. def asyncGet(url: String, charset: String = DEFAULT_CHARSET)(implicit ctx: EC): Future[Response]

    Permalink
  10. def asyncGet(req: Request)(implicit ctx: EC): Future[Response]

    Permalink
  11. def asyncHead(url: String)(implicit ctx: EC): Future[Response]

    Permalink
  12. def asyncHead(req: Request)(implicit ctx: EC): Future[Response]

    Permalink
  13. def asyncOptions(url: String)(implicit ctx: EC): Future[Response]

    Permalink
  14. def asyncOptions(req: Request)(implicit ctx: EC): Future[Response]

    Permalink
  15. def asyncPost(url: String, formParams: (String, Any)*)(implicit ctx: EC): Future[Response]

    Permalink
  16. def asyncPost(url: String, data: String)(implicit ctx: EC): Future[Response]

    Permalink
  17. def asyncPost(req: Request)(implicit ctx: EC): Future[Response]

    Permalink
  18. def asyncPostMultipart(url: String, data: FormData*)(implicit ctx: EC): Future[Response]

    Permalink
  19. def asyncPut(url: String, formParams: (String, Any)*)(implicit ctx: EC): Future[Response]

    Permalink
  20. def asyncPut(url: String, data: String)(implicit ctx: EC): Future[Response]

    Permalink
  21. def asyncPut(req: Request)(implicit ctx: EC): Future[Response]

    Permalink
  22. def asyncPutMultipart(url: String, data: FormData*)(implicit ctx: EC): Future[Response]

    Permalink
  23. def asyncRequest(method: Method, req: Request)(implicit ctx: EC): Future[Response]

    Permalink
  24. def asyncTrace(url: String)(implicit ctx: EC): Future[Response]

    Permalink
  25. def asyncTrace(req: Request)(implicit ctx: EC): Future[Response]

    Permalink
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. def debug(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  29. var defaultConnectTimeoutMillis: Int

    Permalink
  30. var defaultReadTimeoutMillis: Int

    Permalink
  31. def delete(url: String): Response

    Permalink
  32. def delete(req: Request): Response

    Permalink
  33. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  35. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  36. def error(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  37. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. def get(url: String, queryParams: (String, Any)*): Response

    Permalink
  39. def get(url: String, charset: String = DEFAULT_CHARSET): Response

    Permalink
  40. def get(req: Request): Response

    Permalink
  41. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  42. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  43. def head(url: String): Response

    Permalink
  44. def head(req: Request): Response

    Permalink
  45. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  46. def info(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  47. def isDebugEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  48. def isErrorEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  49. def isInfoEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  50. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  51. def isTraceEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  52. def isWarnEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  53. def logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  54. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  55. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  56. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  57. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  58. def options(url: String): Response

    Permalink
  59. def options(req: Request): Response

    Permalink
  60. def post(url: String, formParams: (String, Any)*): Response

    Permalink
  61. def post(url: String, data: String): Response

    Permalink
  62. def post(req: Request): Response

    Permalink
  63. def postMultipart(url: String, data: FormData*): Response

    Permalink
  64. def put(url: String, formParams: (String, Any)*): Response

    Permalink
  65. def put(url: String, data: String): Response

    Permalink
  66. def put(req: Request): Response

    Permalink
  67. def putMultipart(url: String, data: FormData*): Response

    Permalink
  68. def request(method: Method, request: Request): Response

    Permalink
  69. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  70. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  71. def trace(url: String): Response

    Permalink
  72. def trace(req: Request): Response

    Permalink
  73. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  74. def trace(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  75. def urlEncode(rawValue: String, charset: String): String

    Permalink
  76. def urlEncode(rawValue: String): String

    Permalink
  77. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  81. def warn(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped