com.m3.curly.scala

HTTP

object HTTP

HTTP

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HTTP
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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

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

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

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

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

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

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

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

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

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

  14. def asyncPost(url: String, multipartFormData: FormData*)(implicit ctx: ExecutionContext): Future[Response]

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

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

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

  18. def asyncPut(url: String, multipartFormData: FormData*)(implicit ctx: ExecutionContext): Future[Response]

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

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

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

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

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

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

  25. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def delete(url: String): Response

  27. def delete(req: Request): Response

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

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

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

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

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

  33. def get(req: Request): Response

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

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

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

  37. def head(req: Request): Response

  38. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean

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

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

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

  43. def options(req: Request): Response

  44. def post(url: String, multipartFormData: FormData*): Response

  45. def post(url: String, formParams: Map[String, Any]): Response

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

  47. def post(req: Request): Response

  48. def put(url: String, multipartFormData: FormData*): Response

  49. def put(url: String, formParams: Map[String, Any]): Response

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

  51. def put(req: Request): Response

  52. def request(method: Method, req: Request): Response

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

    Definition Classes
    AnyRef
  54. def toString(): String

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

  56. def trace(req: Request): Response

  57. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped