aboutsummaryrefslogtreecommitdiff
path: root/async-http-client-backend
Commit message (Collapse)AuthorAgeFilesLines
* Code review updatesSam Guymer2018-05-202-25/+5
| | | | | | Remove tests sub project, all tests are now in core. Remove TestStreamingBackend, StreamingTest now has the required abstract methods.
* Move backend tests into their projectsSam Guymer2018-05-197-0/+133
| | | | | | | | | | | 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.
* Extract MonadAsyncError implementationsSam Guymer2018-05-184-82/+12
| | | | | Extract MonadAsyncError implementations into their own projects to allow reuse by multiple backends.
* Set read timeout properly for AsyncHttpClientBackendRyo Fukumuro2018-05-131-1/+1
|
* Updating async-http-clientadamw2018-03-216-11/+20
|
* De-sugar for 2.11adamw2018-02-203-3/+30
|
* New scalafmt settingsadamw2018-02-206-250/+105
|
* Update fs2-reactive-streams and monixadamw2018-02-081-14/+4
|
* add status message to Response #59intracer2018-01-091-0/+1
|
* #53: using proper encoding when reading the response bodyadamw2017-12-061-1/+4
|
* Add the possibility for monads to recover from errorsadamw2017-11-164-0/+15
|
* Import cleanupadamw2017-11-141-1/+0
|
* #44: supporting type conversion in the backend stubadamw2017-11-131-3/+1
|
* #10: add proxy supportadamw2017-10-066-39/+44
|
* Renaming "handler" to "backend"adamw2017-09-146-0/+775