aboutsummaryrefslogtreecommitdiff
path: root/okhttp-handler/src/main/scala/com/softwaremill
Commit message (Expand)AuthorAgeFilesLines
* 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 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 co...adamw2017-08-311-2/+12
* Follow-redirect supportadamw2017-08-311-2/+2
* Rename subprojects to be more consistentBjørn Madsen2017-08-301-0/+183