aboutsummaryrefslogblamecommitdiff
path: root/docs/other.rst
blob: 43b2d845b3ff3803d5880a38ed8f7f3f36bcbe25 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                                   
                                                                                                                                                                              
Other Scala HTTP clients
========================

* `scalaj <https://github.com/scalaj/scalaj-http>`_
* `akka-http client <http://doc.akka.io/docs/akka-http/current/scala/http/client-side/index.html>`_
* `dispatch <http://dispatch.databinder.net/Dispatch.html>`_
* `play ws <https://github.com/playframework/play-ws>`_
* `fs2-http <https://github.com/Spinoco/fs2-http>`_
* `http4s <http://http4s.org/v0.17/client/>`_
* `Gigahorse <http://eed3si9n.com/gigahorse/>`_
* `RösHTTP <https://github.com/hmil/RosHTTP>`_

Also, check the `comparison by Marco Firrincielli <https://github.com/mfirry/scala-http-clients>`_ on how to implement a simple request using a number of Scala HTTP libraries.