Class/Object

skinny.http

HTTP

Related Docs: object HTTP | package http

Permalink

class HTTP extends LoggerProvider

HTTP/1.1

Linear Supertypes
LoggerProvider, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HTTP
  2. LoggerProvider
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HTTP()

    Permalink

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. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  25. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. var defaultConnectTimeoutMillis: Int

    Permalink
  27. var defaultReadTimeoutMillis: Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def finalize(): Unit

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

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

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

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

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

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

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

    Permalink
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. def logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LoggerProvider
  42. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    LoggerProvider
  43. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  61. def urlEncode(rawValue: String, charset: String): String

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

    Permalink
  63. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LoggerProvider

Inherited from AnyRef

Inherited from Any

Ungrouped