aboutsummaryrefslogtreecommitdiff
path: root/docs/backends/httpurlconnection.rst
blob: a1963439874ed665025af5efcbc08d95cd81c459 (plain) (blame)
1
2
3
4
5
6
7
8
9
``HttpURLConnectionBackend``
============================

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()