aboutsummaryrefslogtreecommitdiff
path: root/okhttp-handler/src/main/scala/com/softwaremill
Commit message (Collapse)AuthorAgeFilesLines
* Renaming "handler" to "backend"adamw2017-09-141-255/+0
|
* Reformatadamw2017-09-071-9/+11
|
* Post review changesPiotr Gabara2017-09-061-19/+15
|
* Make read and connection timeout configurablePiotr Gabara2017-09-051-10/+42
|
* Only close the okhttp client if it was created by the handleradamw2017-09-041-16/+38
|
* Merge pull request #34 from omainegra/okhttp_close_handlerAdam Warski2017-09-041-1/+1
|\ | | | | Close Okhttp client when the handler is closed
| * Close Okhttp client when the handler is closedOmar Alejandro Mainegra Sarduy2017-09-041-1/+1
| |
* | Extracting FollowRedirectsHandler as a wrapper-handleradamw2017-09-041-4/+5
|/
* All handler must implement close() (even if empty)adamw2017-09-041-0/+2
|
* Make OkHttp client not follow redirects by defaultadamw2017-08-311-2/+11
|
* Keep a history of redirect responsesadamw2017-08-311-1/+1
|
* Change MonadError syntax to improve type inferenceadamw2017-08-311-7/+5
|
* Response.body is now an Either[String, T], to handle cases when the status ↵adamw2017-08-311-2/+12
| | | | code isn't 2xx
* Follow-redirect supportadamw2017-08-311-2/+2
|
* Rename subprojects to be more consistentBjørn Madsen2017-08-301-0/+183