skinny.http

HTTP

Related Doc: package http

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type EC = ExecutionContext

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. val DEFAULT_CHARSET: String

  5. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  26. def clone(): AnyRef

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

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

    Attributes
    protected
    Definition Classes
    Logging
  29. var defaultConnectTimeoutMillis: Int

  30. var defaultReadTimeoutMillis: Int

  31. def delete(url: String): Response

  32. def delete(req: Request): Response

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

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

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

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

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

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

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

  40. def get(req: Request): Response

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

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

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

  44. def head(req: Request): Response

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

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

    Attributes
    protected
    Definition Classes
    Logging
  47. def isDebugEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  48. def isErrorEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  49. def isInfoEnabled: Boolean

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

    Definition Classes
    Any
  51. def isTraceEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  52. def isWarnEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  53. def logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  54. def loggerName: String

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

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

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

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

  59. def options(req: Request): Response

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

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

  62. def post(req: Request): Response

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

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

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

  66. def put(req: Request): Response

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

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

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

    Definition Classes
    AnyRef
  70. def toString(): String

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

  72. def trace(req: Request): Response

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

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

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

  76. def urlEncode(rawValue: String): String

  77. final def wait(): Unit

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped