aboutsummaryrefslogtreecommitdiff
path: root/okhttp-backend/src
Commit message (Collapse)AuthorAgeFilesLines
* Move backend tests into their projectsSam Guymer2018-05-192-0/+22
| | | | | | | | | | | Instead of having a single project which tests all backends, each backend now implements a http test trait along with a streaming test trait if it supports streaming. The test http server has been moved into its own project and is started automatically before running a backends test. This allows each backend to be tested without the possibility of dependency eviction from another backend or the test http server. It also has the side effect of parallelizing the tests providing a speed up when run with multiple cores.
* New scalafmt settingsadamw2018-02-201-58/+26
|
* add status message to Response #59intracer2018-01-091-1/+2
|
* #53: using proper encoding when reading the response bodyadamw2017-12-061-1/+4
|
* Rename file for consistencyadamw2017-11-151-0/+0
|
* Import cleanupadamw2017-11-141-1/+0
|
* #10: add proxy supportadamw2017-10-061-15/+21
|
* Updating dependenciesadamw2017-10-051-2/+5
|
* Renaming "handler" to "backend"adamw2017-09-141-0/+255