aboutsummaryrefslogblamecommitdiff
path: root/docs/backends/httpurlconnection.rst
blob: e0f6594e68aa0d1c26d4db3def99a5186f4d6f3e (plain) (tree)
1
2
3
4
5
6
7
8

                         
 
                                                                                                                                                             



                                                       
HttpURLConnection backend
=========================

The default **synchronous** backend. Sending a request returns a response wrapped in the identity type constructor, which is equivalent to no wrapper at all.
 
To use, add an implicit value::

  implicit val sttpBackend = HttpURLConnectionBackend()